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 03ca152 commit e06ea95Copy full SHA for e06ea95
app/code/Magento/Checkout/view/frontend/web/js/view/billing-address.js
@@ -110,6 +110,9 @@ define(
110
this.source.set('params.invalid', false);
111
fields.trigger('change');
112
this.source.trigger('billingAddress.data.validate');
113
+ if (!customer.isLoggedIn()()) {
114
+ this.source.trigger('customerDetails.data.validate');
115
+ }
116
this.validateAdditionalAddressFields();
117
},
118
validateAdditionalAddressFields: function() {
0 commit comments