Skip to content

Commit 6af74d9

Browse files
committed
MC-19023: PayPal Express Checkout Payflow Edition don't work (Internal Error)
1 parent bdd4b68 commit 6af74d9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

app/code/Magento/Checkout/view/frontend/web/js/action/set-payment-information-extended.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ define([
2121
var serviceUrl,
2222
payload;
2323

24+
delete paymentData.__disableTmpl;
25+
2426
skipBilling = skipBilling || false;
2527
payload = {
2628
cartId: quote.getQuoteId(),

0 commit comments

Comments
 (0)