Skip to content
This repository was archived by the owner on Apr 29, 2019. It is now read-only.

Commit 8739f8e

Browse files
committed
Fixing the address checkbox being unchecked on payment step.
1 parent 33d39af commit 8739f8e

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)