You are here

function uc_coupon_workflow_uc_coupon_revalidate 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_revalidate()

Implements hook_uc_coupon_revalidate().

Parameters

$order: The order to valiate against.

File

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

Code

function uc_coupon_workflow_uc_coupon_revalidate($order) {
  rules_invoke_event('uc_coupon_workflow_automatic', $order);
}