Skip to content

Commit cb8ab06

Browse files
committed
Merge remote-tracking branch 'origin/MC-33539' into 2.4-develop-pr23
2 parents 712a47b + e5cd82d commit cb8ab06

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

app/code/Magento/SalesRule/view/frontend/web/js/action/select-payment-method-mixin.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,10 @@ define([
1919

2020
originalSelectPaymentMethodAction(paymentMethod);
2121

22+
if (paymentMethod === null) {
23+
return;
24+
}
25+
2226
$.when(
2327
setPaymentInformationExtended(
2428
messageContainer,

0 commit comments

Comments
 (0)