Skip to content

Commit 9ba5c35

Browse files
committed
updated the requirejs config
1 parent 83774ae commit 9ba5c35

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

view/frontend/requirejs-config.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,7 @@ var config = {
2222
map: {
2323
'*': {
2424
addressAutofill: 'PHPCuong_CustomerAddressAutocomplete/js/address-autofill',
25-
shippingAutofill: 'PHPCuong_CustomerAddressAutocomplete/js/shipping-autofill',
26-
billingAutofill: 'PHPCuong_CustomerAddressAutocomplete/js/billing-autofill'
25+
checkoutAddressAutofill: 'PHPCuong_CustomerAddressAutocomplete/js/checkout-address-autofill'
2726
}
2827
}
2928
};

0 commit comments

Comments
 (0)