We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Right now we are creating new product and price for new subscription.
We should have a command to create Stripe product and prices at once. We store product id and price id into database.
When user subscribe to a plan. We just reuse those IDs.
The text was updated successfully, but these errors were encountered:
#23 | change follow create subcsription when register
e125ed1
#23 | add, update, cancel subscription
7f35b7e
#23 | fix conflict dev
16f8b52
#23 & #28 | fix subscription
6018047
leophan07
No branches or pull requests
Right now we are creating new product and price for new subscription.
We should have a command to create Stripe product and prices at once. We store product id and price id into database.
When user subscribe to a plan. We just reuse those IDs.
The text was updated successfully, but these errors were encountered: