This commit is contained in:
rahulshukla-home 2020-05-06 11:39:45 +05:30
parent af3b152681
commit 83cb0ff3d8
1 changed files with 1 additions and 1 deletions

View File

@ -1201,7 +1201,7 @@ class Cart
$billingAddressData['address_type'] = CartAddress::ADDRESS_TYPE_SHIPPING;
$this->cartAddressRepository->update($billingAddressData, $shippingAddressModel->id);
} else {
$billingAddressData['address_type'] = CartAddress::ADDRESS_TYPE_SHIPPING;
$shippingAddressData['address_type'] = CartAddress::ADDRESS_TYPE_SHIPPING;
$this->cartAddressRepository->update($shippingAddressData, $shippingAddressModel->id);
}
} else {