constant UC_RECURRING_FEE_STATUS_ACTIVE in UC Recurring Payments and Subscriptions 7.2
Same name and namespace in other branches
- 6.2 uc_recurring.module \UC_RECURRING_FEE_STATUS_ACTIVE
Recurring fee states.
3 uses of UC_RECURRING_FEE_STATUS_ACTIVE
- uc_recurring_admin_edit_form_submit in ./
uc_recurring.admin.inc - @todo Please document this function.
- uc_recurring_get_fees_for_renew in ./
uc_recurring.module - Get all pending fees that should be renewed.
- uc_recurring_hosted_recurring_access in modules/
uc_recurring_hosted/ uc_recurring_hosted.module - Implements hook_recurring_access().
File
- ./
uc_recurring.module, line 33 - Allows you to add a recurring fee to a product/SKU to handle subscription type services.
Code
define('UC_RECURRING_FEE_STATUS_ACTIVE', 0);