#smc - elements & react

1 messages · Page 1 of 1 (latest)

flint heath
#

hey there

#

There isn't much more to it that what you see -- if you try to confirm the payment again while a confirmation is already in progress, this error will be raised

#

I'd suggest adding more logging/tracing around your "pay" button event handler and your calls to confirm the payment

full nexus
#

oh I see

flint heath
#

If you put a try/catch around confirmCardPayment you should be able to intercept that error and change it to add some customer context for you to investigate

full nexus
#

ah I see- thanks! will do 🙂 cheers!

flint heath
#

NP!