function uc_payment_entity_property_info_alter in Ubercart 7.3
Implements hook_entity_property_info_alter().
File
- payment/
uc_payment/ uc_payment.info.inc, line 30 - Entity Metadata hooks
Code
function uc_payment_entity_property_info_alter(&$info) {
$info['uc_order']['properties']['payment_method']['options list'] = 'uc_payment_method_options_list';
}