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.
1 parent 0be91a5 commit fe5dc7fCopy full SHA for fe5dc7f
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