autoship_add_tokenized_payment_method_extend_gateway_types (filter)

(src > payments.php) Used to extend the valid Gateway IDs, and Method Types. Takes the $gatway_id_types, $gateway_id, and  $token as parameters.

Code

$gateway_id_types = apply_filters('autoship_add_tokenized_payment_method_extend_gateway_types', autoship_standard_gateway_id_types(), $gateway_id, $token );

Included in these Functions:

autoship_add_tokenized_payment_method ()