You are here

function commerce_gc_line_item_title in Commerce GC 7

File

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

Code

function commerce_gc_line_item_title() {
  return t('Giftcard use');
}