Skip to content

Commit 0a2353f

Browse files
committed
MC-37820: [UX] Payment methods list is not refreshed on billing address change
1 parent ad40e8f commit 0a2353f

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
@@ -327,7 +327,7 @@ function (
327327
payload = {
328328
addressInformation: {
329329
'shipping_address': quote.shippingAddress(),
330-
'billing_address': quote.billingAddress(),
330+
'billing_address': quote.billingAddress()
331331
}
332332
};
333333
}

0 commit comments

Comments
 (0)