autoship_update_scheduled_orders_on_processing_{$action}_gateway (action)

(src/orders.php) Used to update Scheduled Orders for WooCommerce Orders QPilot creates over the REST API when the WooCommerce Order is updated to "Processing". It takes $payment_meta, the (WooCommerce) $order, & the $payment_object as its parameters 

Code

do_action('autoship_update_scheduled_orders_on_processing_' . $action . '_gateway', $payment_meta, $order, $payment_object );

Included in these Functions