We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a110824 commit 0c5934eCopy full SHA for 0c5934e
app/code/Magento/Checkout/view/frontend/web/js/action/set-billing-address.js
@@ -59,6 +59,7 @@ define(
59
60
if (!quote.isVirtual()) {
61
getTotalsAction([]);
62
+ fullScreenLoader.stopLoader();
63
} else {
64
deferred = $.Deferred();
65
getPaymentInformationAction(deferred);
app/code/Magento/Checkout/view/frontend/web/js/view/billing-address.js
@@ -115,6 +115,9 @@ define(
115
useShippingAddress: function () {
116
if (this.isAddressSameAsShipping()) {
117
selectBillingAddress(quote.shippingAddress());
118
+ if (window.checkoutConfig.reloadOnBillingAddress) {
119
+ setBillingAddressAction(globalMessageList);
120
+ }
121
this.isAddressDetailsVisible(true);
122
123
lastSelectedBillingAddress = quote.billingAddress();
0 commit comments