修复账单地址

This commit is contained in:
Edward Yang 2022-08-29 12:07:12 +08:00
parent 2e8d9b4083
commit 9c5154ceb0
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@ class CheckoutService
}
if ($paymentAddressId) {
$this->updatePaymentAddressId($shippingAddressId);
$this->updatePaymentAddressId($paymentAddressId);
}
if ($paymentMethodCode) {
$this->updatePaymentMethod($paymentMethodCode);