Skip to content

Commit 2fbffa8

Browse files
author
Ievgen Sentiabov
committed
Merge branch 'MAGETWO-44413' into MAGETWO-44446
2 parents f27034d + c93aefc commit 2fbffa8

File tree

1 file changed

+1
-1
lines changed
  • app/code/Magento/Payment/view/frontend/templates/transparent

1 file changed

+1
-1
lines changed

app/code/Magento/Payment/view/frontend/templates/transparent/iframe.phtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ $params = $block->getParams();
3333
'Magento_Checkout/js/action/place-order'
3434
],
3535
function(quote, placeOrderAction) {
36-
placeOrderAction(quote.paymentMethod(), true);
36+
placeOrderAction({"method": quote.paymentMethod().method}, true);
3737
}
3838
);
3939
<?php endif; ?>

0 commit comments

Comments
 (0)