Skip to content

Commit 9bb6f2f

Browse files
committed
ACP2E-862: Cash on Delivery method is visible even if it is not allowed for that particular country
1 parent c9c6ae2 commit 9bb6f2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Checkout/view/frontend/web/js/view/billing-address.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ function (
246246
* @param {Boolean} force
247247
*/
248248
updateAddresses: function (force) {
249-
force = !(typeof force === 'undefined' || force !== true)
249+
force = !(typeof force === 'undefined' || force !== true);
250250

251251
if (force
252252
|| window.checkoutConfig.reloadOnBillingAddress

0 commit comments

Comments
 (0)