You are here

function payment_rules_options_list_payment_uses_payment_method_type in Payment 7

Implements Rules options list callback for payment_rules_condition_payment_uses_payment_method_type.

This function is deprecated. Use payment_method_controller_options() instead.

@todo Remove this function in Payment 2.

File

./payment.rules.inc, line 499
Rules integration.

Code

function payment_rules_options_list_payment_uses_payment_method_type() {
  return payment_method_controller_options();
}