You are here

function commerce_coupon_install in Commerce Coupon 7.2

Same name and namespace in other branches
  1. 7 commerce_coupon.install \commerce_coupon_install()

Implements hook_install().

File

./commerce_coupon.install, line 135
Installation hooks and procedures for Commerce Coupon.

Code

function commerce_coupon_install() {

  // Install fields.
  commerce_coupon_install_helper();
}