Skip to content
Snippets Groups Projects
Commit d46c7143 authored by Robert He's avatar Robert He
Browse files

Merge branch...

Merge branch 'FearlessKiwis-MAGETWO-39280-Set-Total-amount-in-checkout-flow-order' of https://github.corp.ebay.com/magento-fearless-kiwis/magento2ce into develop
parents 353809d8 72ed9789
Branches
No related merge requests found
......@@ -80,9 +80,10 @@ define(
});
if (proceed) {
quote.setPaymentMethod(methodData.method);
//set the totals before setting PaymentData
quote.setTotals(response);
service.setSelectedPaymentData(methodData);
service.setSelectedPaymentInfo(methodInfo);
quote.setTotals(response);
navigator.setCurrent('paymentMethod').goNext();
}
}
......
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