Different Types of Pricing
Quantities work in the Pay gem. They've been working in master, but I cut a new release with it today.
You'd just need to make a couple tweaks to Jumpstart Pro to submit quantity (with whatever calculation you need) and show it wherever it's relevant.
Also confirmed that Stripe plans can be either a Plan ID or Price ID (these are new) when subscribing.
You'd just need to make a couple tweaks to Jumpstart Pro to submit quantity (with whatever calculation you need) and show it wherever it's relevant.
Also confirmed that Stripe plans can be either a Plan ID or Price ID (these are new) when subscribing.
This works well with the Pay gem, however, the number of users could change anytime. It's possible to update the Subscription quantity, but it doesn't appear to update the subscription on Stripe. Do you happen to know if this is possible? Or will the updated quantity be synced at some point? Thanks!
Right now Pay doesn't have a method for doing this, so you'd have to go through the Stripe API directly for that piece. We should add that to Pay so it can support that. Might want it to be called like "change_quantity" or something so that we can implement it similarly for Braintree, etc.
Notifications
You’re not receiving notifications from this thread.