-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Migrate rich billing portals to common billing portals #1796
Conversation
description: ID of the plan. | ||
maxLength: 50 | ||
example: plan_0YV7DENSVGDBW9S71XZNNYYQ0X | ||
- $ref: ./SubscriptionOrderPlan.yaml |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This has these required props.
required:
- name
- currency
- productId
- pricing
- recurringInterval
I don't understand why all of these are required and id
prop.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why is this marked as resolved but nothing changed?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It was changed. Now it's FlexiblePlan
as I mentioned in Slack thread. So, you can send "id" only or full Plan content:
ddd1e50
Summary
This PR removes rich billing portals and migrates its additional functionality to common billing portals
Checklist