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 176b303 commit c640bc4Copy full SHA for c640bc4
app/code/Magento/Checkout/view/frontend/web/js/model/shipping-rates-validator.js
@@ -155,7 +155,7 @@ define([
155
* @return {*}
156
*/
157
postcodeValidation: function (postcodeElement) {
158
- var countryId = $('#checkoutSteps > :visible select[name="country_id"]').val(),
+ var countryId = $('select[name="country_id"]:visible').val(),
159
validationResult,
160
warnMessage;
161
0 commit comments