Skip to content

Commit 2d31571

Browse files
committed
MAGETWO-56934: Checkout page freezes when ordering with Authorize.net with invalid credit card
- Added fail() method call
1 parent d323ecb commit 2d31571

File tree

1 file changed

+1
-0
lines changed
  • app/code/Magento/Payment/view/frontend/web/js/view/payment

1 file changed

+1
-0
lines changed

app/code/Magento/Payment/view/frontend/web/js/view/payment/iframe.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,7 @@ define(
154154
*/
155155
clearTimeout: function () {
156156
clearTimeout(this.timeoutId);
157+
this.fail();
157158

158159
return this;
159160
},

0 commit comments

Comments
 (0)