woocommerce_store_api_checkout_order_processed, $this->order
woocommerce_store_api_checkout_order_processed, $this->order
Appears in: woocommerce.11.0.0
Hook Type: action
Displaying hooks found in version: woocommerce.11.0.0do_action('woocommerce_store_api_checkout_order_processed, $this->order') is found 2 times:
- /src/StoreApi/Routes/V1/Checkout.php line 675
* @example See docs/examples/checkout-order-processed.md * @param \WC_Order $order Order object. */ do_action( 'woocommerce_store_api_checkout_order_processed', $this->order ); /** * Process the payment and return the results. */ $payment_result = new PaymentResult();
- /src/StoreApi/Routes/V1/CheckoutOrder.php line 158
* @example See docs/examples/checkout-order-processed.md * @param \WC_Order $order Order object. */ do_action( 'woocommerce_store_api_checkout_order_processed', $this->order ); /** * Process the payment and return the results. */ $payment_result = new PaymentResult();