Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upRefactor complimentary plans #170
Conversation
|
We still need some work in Ghost to remove references to the Complimentary plans, as well as bumping the version when this is merged. |
no-issue This gives us access to the 'price' object in Stripe
no-issue This is the latest version and gives us access to the 'price' api & resource
8c8ec42
to
aaeef4a
no-issue This updates the setComplimentarySubscription to use the Price's API to give members a 0 cost subscription. It also adds complimentary: true to the subscription metadata, and ensures the "plans name" is stored as "Complimentary" to reduce the changes needed by clients
closes #168
This updates the
setComplimentarySubscriptionto use the Price's API to give members a 0 cost subscription. It also addscomplimentary: trueto the subscription metadata, and ensures the "plans name" is stored as "Complimentary" to reduce the changes needed in the Admin