saasgear
saasgear copied to clipboard
Fix createNewSubcription
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.