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 4719d15 commit 93af241Copy full SHA for 93af241
app/code/Magento/Checkout/view/frontend/web/js/view/cart/shipping-estimation.js
@@ -52,9 +52,9 @@ define(
52
addressConverter.quoteAddressToFormAddressData(address) :
53
{
54
// only the following fields must be used by estimation form data provider
55
- country_id: address.countryId,
+ 'country_id': address.countryId,
56
region: address.region,
57
- region_id: address.regionId,
+ 'region_id': address.regionId,
58
postcode: address.postcode
59
};
60
checkoutProvider.set(
0 commit comments