amanuni

Results 2 comments of amanuni

@magento give me 2.3-develop instance

I added it below mention code at beginning of doValidate function. ```php if(!$customerId){ if($address->getCustomerId()){ $customerId = $address->getCustomerId(); } } ``` And its seems working fine.