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 f9d339a commit febd2bdCopy full SHA for febd2bd
app/code/Magento/Checkout/view/frontend/web/js/model/shipping-rates-validator.js
@@ -127,9 +127,8 @@ define(
127
element.on('value', function () {
128
clearTimeout(self.validateAddressTimeout);
129
self.validateAddressTimeout = setTimeout(function () {
130
- if (self.postcodeValidation()) {
131
- self.validateFields();
132
- }
+ self.postcodeValidation();
+ self.validateFields();
133
}, delay);
134
});
135
observedElements.push(element);
0 commit comments