You are here

function commerce_gc_commerce_coupon_type_info in Commerce GC 7

File

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

Code

function commerce_gc_commerce_coupon_type_info() {
  $types['giftcard_coupon'] = array(
    'label' => t('Giftcard'),
    'type' => 'giftcard_coupon',
  );
  return $types;
}