You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We received an order today that Commerce flagged as being overpaid. Upon further investigation, the customers credit card was charged 3 times. These charges also show in Commerce.
I've looked at the logs in Stripe for the 3 successful transactions, and the timestamps are all identical. The only thing that differs between the transactions, are the stripe related parameters (there's quite a few of them), such as;
Payment Indent (pi_3NzbIhFgXmDPkKKk0XXXXXXX)
Payment Method (pm_1NzbIfFgXmDPkKKkgXXXXXXX)
Steps to reproduce
I've tried reproducing this locally, but can't. I'm happy to send you my stripe logs for the 3 transactions?
For clarity I'm using a custom payment form (just my own HTML) + JS from Commerce Stripe v3 days, but have upgraded to Commerce Stripe v4.
And my submit button is disabled after first click, so it's not user error.
Additional info
Craft CMS version: 4.5.6.1
Stripe for Craft Commerce version: 4.3.0
"craftcms/commerce": "dev-develop#04d8249281d801992f9acc6799db56848c16b4b1 as 4.3.0",
"craftcms/commerce-stripe": "dev-develop#b10503188c4c64efe3f20baf300a669cfbcac16e as 4.0.1",
The text was updated successfully, but these errors were encountered:
Description
We received an order today that Commerce flagged as being overpaid. Upon further investigation, the customers credit card was charged 3 times. These charges also show in Commerce.
I've looked at the logs in Stripe for the 3 successful transactions, and the timestamps are all identical. The only thing that differs between the transactions, are the stripe related parameters (there's quite a few of them), such as;
Steps to reproduce
I've tried reproducing this locally, but can't. I'm happy to send you my stripe logs for the 3 transactions?
For clarity I'm using a custom payment form (just my own HTML) + JS from Commerce Stripe v3 days, but have upgraded to Commerce Stripe v4.
And my submit button is disabled after first click, so it's not user error.
Additional info
Craft CMS version: 4.5.6.1
Stripe for Craft Commerce version: 4.3.0
"craftcms/commerce": "dev-develop#04d8249281d801992f9acc6799db56848c16b4b1 as 4.3.0",
"craftcms/commerce-stripe": "dev-develop#b10503188c4c64efe3f20baf300a669cfbcac16e as 4.0.1",
The text was updated successfully, but these errors were encountered: