autoship_delete_tokenized_payment_method_extend_gateway (action)
( src/payments.php) Allows you to call your own payment gateway deletion method. Takes the $gateway_id, $gateway_id_types, and the $token as parameters.
Code
// Add an action for Customers to call their own paymet gateway deletion method. do_action( 'autoship_delete_tokenized_payment_method_extend_gateway', $gateway_id, $gateway_id_types, $token );
Included in these Functions