You are here

function commerce_price_components_rules_data_info_alter in Commerce price by components 7

Implements hook_rules_data_info_alter().

File

./commerce_price_components.rules.inc, line 14
Rules integration for the price by components module.

Code

function commerce_price_components_rules_data_info_alter(&$data_info) {
  $data_info['commerce_price']['property info'] = commerce_price_components_field_data_property_info();
}