From 9c5154ceb0add0edb1439eb83e87b1c872f9ae39 Mon Sep 17 00:00:00 2001 From: Edward Yang Date: Mon, 29 Aug 2022 12:07:12 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E8=B4=A6=E5=8D=95=E5=9C=B0?= =?UTF-8?q?=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- beike/Shop/Services/CheckoutService.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);