-
Notifications
You must be signed in to change notification settings - Fork 9.4k
Closed
Labels
Component: PaymentIssue: Format is validGate 1 Passed. Automatic verification of issue format passedGate 1 Passed. Automatic verification of issue format passedProgress: needs updatebug report
Description
Preconditions
Magento 2.1.0
PHP 5.6.26
MySQL .6.26
Steps to reproduce
Go to checkout and pay with authorized.net (sandbox or production, i tested both)
should see a message "Sorry, but something went wrong. Please contact the seller."
Expected result
Should see success page after pay.
Actual result
After click in "placer order" with authorized.net i get that error. I searched about it in the code and appear in the file
app/code/Magento/Authorizenet/view/frontend/web/js/view/payment/method-renderer/authorizenet-directpost.js
Line 16 : timeoutMessage: 'Sorry, but something went wrong. Please contact the seller.'
The debug.log show me the array sent to authorized, and it seem good.
Do anyone have a clue about how to fix it?
Any clue in any log file
Metadata
Metadata
Assignees
Labels
Component: PaymentIssue: Format is validGate 1 Passed. Automatic verification of issue format passedGate 1 Passed. Automatic verification of issue format passedProgress: needs updatebug report