Skip to content

Commit 40b455d

Browse files
committed
ACP2E-227: Shipping street address is not cleared completely after removing from the input box
1 parent dd591c1 commit 40b455d

File tree

1 file changed

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

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,6 @@ define([
149149

150150
isStreetAddressNotEmpty = shippingAddrsData.street && !_.isEmpty(shippingAddrsData.street[0]);
151151

152-
153152
if (isStreetAddressNotEmpty || isStreetAddressDeleted()) {
154153
checkoutData.setShippingAddressFromData(shippingAddrsData);
155154
}

0 commit comments

Comments
 (0)