* hook优化
This commit is contained in:
mengwb 2023-06-05 03:19:49 +00:00 committed by Edward Yang
parent 25fd03c3c7
commit fdbe7120c0
1 changed files with 2 additions and 1 deletions

View File

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