Skip to content
Snippets Groups Projects
Commit fe5dc7f5 authored by Yushkin, Dmytro's avatar Yushkin, Dmytro
Browse files

MAGETWO-44413: Unable to place order using transparent payment method if it is the only one enabled

parent 0be91a56
Branches
No related merge requests found
......@@ -33,7 +33,7 @@ $params = $block->getParams();
'Magento_Checkout/js/action/place-order'
],
function(quote, placeOrderAction) {
placeOrderAction(quote.paymentMethod(), true);
placeOrderAction({"method": quote.paymentMethod().method}, true);
}
);
<?php endif; ?>
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment