File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
app/code/Magento/Checkout Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -150,7 +150,7 @@ public function saveAddressInformation(
150
150
$ address ->setCustomerAddressId (null );
151
151
}
152
152
153
- if (!$ billingAddress ->getCustomerAddressId ()) {
153
+ if ($ billingAddress && !$ billingAddress ->getCustomerAddressId ()) {
154
154
$ billingAddress ->setCustomerAddressId (null );
155
155
}
156
156
Original file line number Diff line number Diff line change 40
40
<element name =" goToShipping" type =" button" selector =" #checkout>ul>li.opc-progress-bar-item._complete>span" />
41
41
<element name =" orderSummarySubtotal" type =" text" selector =" .totals.sub span" />
42
42
<element name =" billingAddressSameAsShipping" type =" checkbox" selector =" .payment-method._active [name='billing-address-same-as-shipping']" />
43
- <element name =" noPaymentMethods" type =" text" selector =" .no-payments -block" />
43
+ <element name =" noPaymentMethods" type =" text" selector =" .no-quotes -block" />
44
44
</section >
45
45
</sections >
You can’t perform that action at this time.
0 commit comments