We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f27034d + c93aefc commit 2fbffa8Copy full SHA for 2fbffa8
app/code/Magento/Payment/view/frontend/templates/transparent/iframe.phtml
@@ -33,7 +33,7 @@ $params = $block->getParams();
33
'Magento_Checkout/js/action/place-order'
34
],
35
function(quote, placeOrderAction) {
36
- placeOrderAction(quote.paymentMethod(), true);
+ placeOrderAction({"method": quote.paymentMethod().method}, true);
37
}
38
);
39
<?php endif; ?>
0 commit comments