-
Notifications
You must be signed in to change notification settings - Fork 9.4k
Description
Preconditions
- I freshly installed and configured 2.0.9, and then upgraded the store to 2.1.0 and recently to 2.1.1.
- I am using the PHP 7.0 version.
- My shop is in developer mode.
- I enabled the LIVE mode in authorize.net and my backend settings are shown in picture 4 below.
- I have read all current open issue threads on github regarding authorize.net problems with magento2.
Steps to reproduce
- Add products to cart
- Go to checkout (enter user details, shipping mode...)
- Enter test credit card number 5424000000000015 or 4111111111111111
- Proceed with payment
Expected result
After declining a test credit card number, magento should stop spinning the spinner.
Actual result
Magento does not stop the spinner.
[Screenshot, logs]
In the 2 pictures below, you can see the output from console:
Magento2 also produces a transaction fail message for a short while. After that, message dissapears, and spinner keeps spinning.
In the picture below, there are my settings for the authorize.net payment gateway in magento backend. Magento produces the same situation, regardless if I choose payment action as "authorize and capture" or "authorize only":
On authorize.net interface, I see can the declined transaction (which is OK, because I used test credit card number).
Also, you can check my debug and exception log from var folder (in which I changed all personal data...):
debug.txt
exception.txt
[Additional note]
Setting the authorize payment gateway is the last step to finally go to production with Magento2, so I am really desperately in a need for some useful feedback. Cheers.