File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
app/code/Magento/Checkout/view/frontend/web/js/view/cart Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -78,13 +78,13 @@ define(
78
78
}
79
79
80
80
if ( ! quote . isVirtual ( ) ) {
81
- checkoutProvider . on ( 'shippingAddress' , function ( shippingAddressData ) {
82
- if ( quote . shippingAddress ( ) . countryId !== shippingAddressData . country_id ||
83
- ( shippingAddressData . postcode || shippingAddressData . region_id )
84
- ) {
85
- checkoutData . setShippingAddressFromData ( shippingAddressData ) ;
86
- }
87
- } ) ;
81
+ checkoutProvider . on ( 'shippingAddress' , function ( shippingAddressData ) {
82
+ if ( quote . shippingAddress ( ) . countryId !== shippingAddressData . country_id ||
83
+ ( shippingAddressData . postcode || shippingAddressData . region_id )
84
+ ) {
85
+ checkoutData . setShippingAddressFromData ( shippingAddressData ) ;
86
+ }
87
+ } ) ;
88
88
} else {
89
89
checkoutProvider . on ( 'shippingAddress' , function ( shippingAddressData ) {
90
90
checkoutData . setBillingAddressFromData ( shippingAddressData ) ;
You can’t perform that action at this time.
0 commit comments