You are here

constant UC_RECURRING_FEE_STATUS_CANCELLED in UC Recurring Payments and Subscriptions 7.2

Same name and namespace in other branches
  1. 6.2 uc_recurring.module \UC_RECURRING_FEE_STATUS_CANCELLED
2 uses of UC_RECURRING_FEE_STATUS_CANCELLED
uc_recurring_fee_cancel in ./uc_recurring.module
Wrapper function to cancel a user's recurring fee.
uc_recurring_hosted_recurring_access in modules/uc_recurring_hosted/uc_recurring_hosted.module
Implements hook_recurring_access().

File

./uc_recurring.module, line 35
Allows you to add a recurring fee to a product/SKU to handle subscription type services.

Code

define('UC_RECURRING_FEE_STATUS_CANCELLED', 2);