Merge pull request #4750 from rahulshukla-webkul/4748
Issue #4748 fixed
This commit is contained in:
commit
76da5bf91c
|
|
@ -1180,6 +1180,8 @@ class Cart
|
|||
array $shippingAddress
|
||||
): void
|
||||
{
|
||||
$shippingAddress['cart_id'] = $billingAddress['cart_id'] = NULL;
|
||||
|
||||
if (isset($data['billing']['save_as_address']) && $data['billing']['save_as_address']) {
|
||||
$this->customerAddressRepository->create($billingAddress);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue