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 c1112a3 commit 28113d8Copy full SHA for 28113d8
app/code/Magento/Checkout/view/frontend/web/js/view/billing-address.js
@@ -237,7 +237,7 @@ function (
237
* @return {*}
238
*/
239
getCountryName: function (countryId) {
240
- if (lastSelectedBillingAddress && lastSelectedBillingAddress["countryId"] != countryId) {
+ if (lastSelectedBillingAddress && String(lastSelectedBillingAddress['countryId']) !== String(countryId)) {
241
this.updateAddresses();
242
}
243
lastSelectedBillingAddress = quote.billingAddress();
0 commit comments