Skip to content

Commit 93af241

Browse files
MAGETWO-60110: [Github] Shipping Estimation Address is Merged with Customer Default Address during Checkout #6869
1 parent 4719d15 commit 93af241

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/code/Magento/Checkout/view/frontend/web/js/view/cart/shipping-estimation.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,9 @@ define(
5252
addressConverter.quoteAddressToFormAddressData(address) :
5353
{
5454
// only the following fields must be used by estimation form data provider
55-
country_id: address.countryId,
55+
'country_id': address.countryId,
5656
region: address.region,
57-
region_id: address.regionId,
57+
'region_id': address.regionId,
5858
postcode: address.postcode
5959
};
6060
checkoutProvider.set(

0 commit comments

Comments
 (0)