woocommerce_store_api_checkout_update_order_meta, $this->order
woocommerce_store_api_checkout_update_order_meta, $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_update_order_meta, $this->order') is found 1 times:
- /src/StoreApi/Routes/V1/Checkout.php line 834
* @see https://github.com/woocommerce/woocommerce-gutenberg-products-block/pull/3686 * * @param \WC_Order $order Order object. */ do_action( 'woocommerce_store_api_checkout_update_order_meta', $this->order ); // Confirm order is valid before proceeding further. if ( ! $this->order instanceof \WC_Order ) { throw new RouteException( 'woocommerce_rest_checkout_missing_order', esc_html__( 'Unable to create order', 'woocommerce' ),