constant UC_RECURRING_FEE_STATUS_SUSPENDED in UC Recurring Payments and Subscriptions 6.2
Same name and namespace in other branches
- 7.2 uc_recurring.module \UC_RECURRING_FEE_STATUS_SUSPENDED
1 use of UC_RECURRING_FEE_STATUS_SUSPENDED
- uc_recurring_hosted_recurring_access in modules/
uc_recurring_hosted/ uc_recurring_hosted.module - Implementation of hook_recurring_access().
File
- ./
uc_recurring.module, line 36 - Allows you to add a recurring fee to a product/SKU to handle subscription type services.
Code
define('UC_RECURRING_FEE_STATUS_SUSPENDED', 3);