woocommerce_store_api_checkout_update_draft
woocommerce_store_api_checkout_update_draft
Appears in: woocommerce.10.9.3
Hook Type: action
Displaying hooks found in version: woocommerce.10.9.3do_action('woocommerce_store_api_checkout_update_draft') is found 1 times:
- /src/StoreApi/Routes/V1/Checkout.php line 448
* @since 10.8.0 * * @param \WP_REST_Request $request The current PATCH request. */ do_action( 'woocommerce_store_api_checkout_update_draft', $request ); return $this->build_draft_route_response( $request ); } /** * Persist the PATCH request's payment method and additional fields to the customer