graasp / graasp/graasp-plugin-subscriptions
Better handling when user don't have stripe account
Open
feature
- Dominant language
- TypeScript
- Stars
- 0
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
Currently most of the operations with stripe are using the subscription Id to get the product.
Refactor the code to use the subscription stored in Graasp database
(getGraaspSubscription -> getGraaspPlan -> getStripeProduct)
Or move most of the plan data in the Graasp database, allowing the backend to directly fetch the data of the plan
(GetGraaspSubscription -> getGraaspPlan -> getStripePrices)
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.