Change environment on same app instance without closing the app
Pay with Stripe Account B
The second payment will fail because of Fix Code=50 “No such payment_intent” when confirm payment intent
Set defaultPublishableKey on STPAPIClient before paying in order to work correctly with more than one Stripe account in a single app (Fix Code=50 “No such payment_intent” when confirm payment intent)
Maybe this is more correct to be in the setPublishableKey() method, but I'm not sure if it will work. This works for sure.
When trying to do the following:
The second payment will fail because of
Fix Code=50 “No such payment_intent” when confirm payment intent
Set defaultPublishableKey on STPAPIClient before paying in order to work correctly with more than one Stripe account in a single app (Fix Code=50 “No such payment_intent” when confirm payment intent)
Maybe this is more correct to be in the setPublishableKey() method, but I'm not sure if it will work. This works for sure.