woocommerce_store_api_checkout_order_processed

woocommerce_store_api_checkout_order_processed

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: action

See hook in core

Displaying hooks found in version: woocommerce.9.5.1

do_action('woocommerce_store_api_checkout_order_processed') is found 2 times:

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