Hi, I have redone my app subscription workflow with the Stripe.js 2 plugin, and I have run into trouble testing it and deploying it.
I ran into an issue where my users accidentally subscribed to the dev page because there are two links for the Stripe ID number, one for dev and one for live. So my workflows now only use the live numbers. This also caused problems for the canceling of subscriptions.
If I am testing things, do I need to constantly switch every place where it says “live” back to “dev”? Is there an easier way to do this? I don’t want to use real money to test but I also want to make sure that everything is working properly.