Skip to content

Commit fe5dc7f

Browse files
author
Yushkin, Dmytro
committed
MAGETWO-44413: Unable to place order using transparent payment method if it is the only one enabled
1 parent 0be91a5 commit fe5dc7f

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)