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; } /**