File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed
app/code/Magento/Customer/Model/ResourceModel Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change 1313use Magento \Customer \Api \Data \CustomerInterface ;
1414use Magento \Customer \Api \Data \CustomerSearchResultsInterfaceFactory ;
1515use Magento \Customer \Api \GroupRepositoryInterface ;
16- use Magento \Customer \Model \Address \AbstractAddress ;
1716use Magento \Customer \Model \Customer as CustomerModel ;
1817use Magento \Customer \Model \Customer \NotificationStorage ;
1918use Magento \Customer \Model \CustomerFactory ;
@@ -580,7 +579,6 @@ private function validateDefaultAddress(
580579 ): void {
581580 $ addressId = $ defaultAddressType === CustomerInterface::DEFAULT_BILLING ? $ customer ->getDefaultBilling ()
582581 : $ customer ->getDefaultShipping ();
583- // echo "$defaultAddressType"; exit;
584582 if ($ customer ->getAddresses ()) {
585583 foreach ($ customer ->getAddresses () as $ address ) {
586584 if ((int ) $ addressId === (int ) $ address ->getId ()) {
You can’t perform that action at this time.
0 commit comments