update checkout order confirm

This commit is contained in:
Edward Yang 2023-02-06 16:09:51 +08:00
parent 33644b40c9
commit c455e5a949
1 changed files with 1 additions and 1 deletions

View File

@ -115,7 +115,7 @@ class CheckoutService
StateMachineService::getInstance($order)->changeStatus(StateMachineService::UNPAID, '', true);
CartRepo::clearSelectedCartProducts($customer);
hook_action('after_checkout_confirm', ['order' => $order, 'cart' => $this->cart]);
hook_action('checkout.order.confirm.after', ['order' => $order, 'cart' => $this->cart]);
DB::commit();
} catch (\Exception $e) {