diff --git a/beike/Shop/Services/CheckoutService.php b/beike/Shop/Services/CheckoutService.php index e087e98c..63841709 100644 --- a/beike/Shop/Services/CheckoutService.php +++ b/beike/Shop/Services/CheckoutService.php @@ -72,7 +72,7 @@ class CheckoutService } if ($paymentAddressId) { - $this->updatePaymentAddressId($shippingAddressId); + $this->updatePaymentAddressId($paymentAddressId); } if ($paymentMethodCode) { $this->updatePaymentMethod($paymentMethodCode);