validateChecksum() on Security.php returning false #148
Unanswered
raffamangia
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
When Stripe is initially chosen as the payment method in a Magento 2 setup, the validateChecksum() in MageWire Security.php method correctly verifies the data integrity, returning true because the hashes match. However, an issue arises when you switch to a different method and then back to Stripe. This time, validateChecksum() returns false.
Beta Was this translation helpful? Give feedback.
All reactions