function commerce_gc_install in Commerce GC 7
File
- ./
commerce_gc.install, line 65 - Installs Giftcard transaction table and default fields.
Code
function commerce_gc_install() {
_commerce_gc_install_helper();
}
function commerce_gc_install() {
_commerce_gc_install_helper();
}