autoship_after_update_scheduled_order_payment_method_handler_nochange (action)
(src/scheduled-orders.php) Used to add customization when a Scheduled Order payment method is updated with no change to the payment method. It takes the (Scheduled) $order_id, $action, and the (Scheduled Order) $data as its parameters.
Code
do_action( 'autoship_after_update_scheduled_order_payment_method_handler_nochange', $order_id, $action , $data );
Found in the Functions