Closed rhjp92 closed 2 years ago
I've deployed my project to production however when I try to make a purchase with stripe credit card I get an error:
No such payment_intent: 'pi_xxxxxxxxxxxxx'; a similar object exists in test mode, but a live mode key was used to make this request.
In my config file I have added the live keys, set production to true and added the Merx license.
production
true
Ah, seemed to be an issue with Stripe trying to use the same Payment Intent twice. Restarting the browser and session fixed it.
I've deployed my project to production however when I try to make a purchase with stripe credit card I get an error:
In my config file I have added the live keys, set
production
totrue
and added the Merx license.