File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
app/code/Magento/Checkout/view/frontend/web/js/model Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -17,6 +17,7 @@ define([
17
17
'mage/translate' ,
18
18
'uiRegistry' ,
19
19
'Magento_Checkout/js/model/shipping-address/form-popup-state' ,
20
+ 'Magento_Checkout/js/model/shipping-service' ,
20
21
'Magento_Checkout/js/model/quote'
21
22
] , function (
22
23
$ ,
@@ -28,7 +29,8 @@ define([
28
29
defaultValidator ,
29
30
$t ,
30
31
uiRegistry ,
31
- formPopUpState
32
+ formPopUpState ,
33
+ shippingService
32
34
) {
33
35
'use strict' ;
34
36
@@ -146,6 +148,7 @@ define([
146
148
} , delay ) ;
147
149
148
150
if ( ! formPopUpState . isVisible ( ) ) {
151
+ shippingService . isLoading ( true ) ;
149
152
clearTimeout ( self . validateAddressTimeout ) ;
150
153
self . validateAddressTimeout = setTimeout ( function ( ) {
151
154
self . validateFields ( ) ;
You can’t perform that action at this time.
0 commit comments