Skip to content

Commit c608c9f

Browse files
ENGCOM-2959: [Forwardport] Fixing the address checkbox being unchecked on payment step. #17628
2 parents 82b14a0 + 2758380 commit c608c9f

File tree

1 file changed

+1
-0
lines changed
  • app/code/Magento/Checkout/view/frontend/web/js/view

1 file changed

+1
-0
lines changed

app/code/Magento/Checkout/view/frontend/web/js/view/shipping.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -247,6 +247,7 @@ define([
247247
*/
248248
setShippingInformation: function () {
249249
if (this.validateShippingInformation()) {
250+
checkoutDataResolver.resolveBillingAddress();
250251
setShippingInformationAction().done(
251252
function () {
252253
stepNavigator.next();

0 commit comments

Comments
 (0)