Skip to content

Commit f1b2360

Browse files
author
rahul
committed
fixed - Unable to select payment method according to country of the address at checkout time
1 parent 4421098 commit f1b2360

File tree

1 file changed

+2
-3
lines changed
  • app/code/Magento/Checkout/view/frontend/web/js/model/shipping-save-processor

1 file changed

+2
-3
lines changed

app/code/Magento/Checkout/view/frontend/web/js/model/shipping-save-processor/default.js

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,8 @@ define([
3535
saveShippingInformation: function () {
3636
var payload;
3737

38-
if (!quote.billingAddress()) {
39-
selectBillingAddressAction(quote.shippingAddress());
40-
}
38+
/* Assign selected address every time buyer selects address*/
39+
selectBillingAddressAction(quote.shippingAddress());
4140

4241
payload = {
4342
addressInformation: {

0 commit comments

Comments
 (0)