Skip to content
Snippets Groups Projects
Commit 0c5934e7 authored by Alex Akimov's avatar Alex Akimov
Browse files

MAGETWO-44329: Unable to Update Billing Address in Checkout when tax...

MAGETWO-44329: Unable to Update Billing Address in Checkout when tax Calculation is Based on Billing Address
parent a1108245
No related merge requests found
......@@ -59,6 +59,7 @@ define(
if (!quote.isVirtual()) {
getTotalsAction([]);
fullScreenLoader.stopLoader();
} else {
deferred = $.Deferred();
getPaymentInformationAction(deferred);
......
......@@ -115,6 +115,9 @@ define(
useShippingAddress: function () {
if (this.isAddressSameAsShipping()) {
selectBillingAddress(quote.shippingAddress());
if (window.checkoutConfig.reloadOnBillingAddress) {
setBillingAddressAction(globalMessageList);
}
this.isAddressDetailsVisible(true);
} else {
lastSelectedBillingAddress = quote.billingAddress();
......
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