You are here

function commerce_coupon_usage_install in Commerce Coupon 7.2

Implements hook_install().

File

modules/usage/commerce_coupon_usage.install, line 11
Installation procedure for Commerce Coupon Usage.

Code

function commerce_coupon_usage_install() {
  _commerce_coupon_install_inline_conditions_field();
}