Skip to content

Commit 37143ce

Browse files
Update adyen-pm-method.js
1 parent 0b60fb9 commit 37143ce

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

view/frontend/web/js/view/payment/method-renderer/adyen-pm-method.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -263,6 +263,8 @@ define(
263263
request = state.data;
264264
}
265265

266+
request.cancelled = true;
267+
266268
adyenPaymentService.paymentDetails(request, self.orderId).done(function() {
267269
$.mage.redirect(
268270
window.checkoutConfig.payment.adyen.successPage

0 commit comments

Comments
 (0)