wagnerwagner / merx

Merx is a plugin to create online shops with Kirby.
https://merx.wagnerwagner.de
104 stars 10 forks source link

No such payment_intent #50

Closed rhjp92 closed 2 years ago

rhjp92 commented 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.

rhjp92 commented 2 years ago

Ah, seemed to be an issue with Stripe trying to use the same Payment Intent twice. Restarting the browser and session fixed it.