woocommerce_store_api_checkout_order_processed

woocommerce_store_api_checkout_order_processed

Hook Type: action

See hook in core

Displaying hooks found in version: woocommerce.8.7.0

do_action('woocommerce_store_api_checkout_order_processed') is found 2 times:

  • /src/StoreApi/Routes/V1/Checkout.php line 244
    		 * @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 149
    		 * @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();