!112 service.checkout.update.after hook

* service.checkout.update.after
This commit is contained in:
mengwb 2023-06-02 10:08:18 +00:00 committed by Edward Yang
parent 0c18aedbb1
commit 25fd03c3c7
1 changed files with 1 additions and 1 deletions

View File

@ -94,7 +94,7 @@ class CheckoutService
$this->updateGuestPaymentAddress($guestPaymentAddress);
}
hook_action('service.checkout.update.after', ['request_data' => $requestData, 'cart' => $this->cart]);
hook_action('service.checkout.update.after', ['request_data' => $requestData, 'checkout' => $this]);
return $this->checkoutData();
}