You are here

function commerce_gc_commerce_price_component_type_info in Commerce GC 7

File

./commerce_gc.module, line 445
Provides Giftcard coupon bundle, Giftcard Transaction entity and basic user interface elements.

Code

function commerce_gc_commerce_price_component_type_info() {
  $types['giftcard'] = array(
    'title' => t('Giftcard'),
  );
  return $types;
}