Skip to content

Commit c5b5efd

Browse files
eduard13jignesh-baldha
authored andcommitted
Fixing the address checkbox being unchecked on payment step.
1 parent 05f9df7 commit c5b5efd

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)