修复账单地址
This commit is contained in:
parent
2e8d9b4083
commit
9c5154ceb0
|
|
@ -72,7 +72,7 @@ class CheckoutService
|
||||||
}
|
}
|
||||||
|
|
||||||
if ($paymentAddressId) {
|
if ($paymentAddressId) {
|
||||||
$this->updatePaymentAddressId($shippingAddressId);
|
$this->updatePaymentAddressId($paymentAddressId);
|
||||||
}
|
}
|
||||||
if ($paymentMethodCode) {
|
if ($paymentMethodCode) {
|
||||||
$this->updatePaymentMethod($paymentMethodCode);
|
$this->updatePaymentMethod($paymentMethodCode);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue