Single order processed multiple times
-
Hello,
My client has been getting two e-mail from a single customer sometimes where one e-mail says there is a new order and the second says the order has failed. The debug logs show me the following error:
2021-01-24T20:19:50+00:00 DEBUG ====Stripe Version: 4.7.0==== ====Start Log==== Error: stdClass Object ( [error] => stdClass Object ( [message] => Keys for idempotent requests can only be used with the same parameters they were first used with. Try using a key other than '2129-src_(KEY HERE)' if you meant to execute a different request. [type] => idempotency_error ) ) ====End Log====
It looks like it is trying to process a single order multiple times. Any idea on how to solve this? Payment is done using iDeal (widely used Dutch payment provider).
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Single order processed multiple times’ is closed to new replies.