You are here

function uc_coupon_workflow_uc_coupon_apply in Ubercart Discount Coupons 7.3

Same name and namespace in other branches
  1. 7.2 uc_coupon_workflow/uc_coupon_workflow.module \uc_coupon_workflow_uc_coupon_apply()

Implements hook_uc_coupon_apply().

File

uc_coupon_workflow/uc_coupon_workflow.module, line 35
Discount coupon workflow.

Code

function uc_coupon_workflow_uc_coupon_apply($coupon) {
  rules_invoke_event('uc_coupon_workflow_applied', $coupon);
}