From fdbe7120c05c22a4f8d52ec8eeedc05475087b69 Mon Sep 17 00:00:00 2001 From: mengwb Date: Mon, 5 Jun 2023 03:19:49 +0000 Subject: [PATCH] =?UTF-8?q?!113=20hook=E4=BC=98=E5=8C=96=20*=20hook?= =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- beike/Shop/Services/CheckoutService.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/beike/Shop/Services/CheckoutService.php b/beike/Shop/Services/CheckoutService.php index b9681a0c..5282a7dd 100644 --- a/beike/Shop/Services/CheckoutService.php +++ b/beike/Shop/Services/CheckoutService.php @@ -94,9 +94,10 @@ class CheckoutService $this->updateGuestPaymentAddress($guestPaymentAddress); } + $data = $this->checkoutData(); hook_action('service.checkout.update.after', ['request_data' => $requestData, 'checkout' => $this]); - return $this->checkoutData(); + return $data; } /**