constant UC_RECURRING_FEE_STATUS_EXPIRED in UC Recurring Payments and Subscriptions 6.2
Same name and namespace in other branches
- 7.2 uc_recurring.module \UC_RECURRING_FEE_STATUS_EXPIRED
4 uses of UC_RECURRING_FEE_STATUS_EXPIRED
- uc_recurring_expire in ./
uc_recurring.module - Process a fee expiration.
- uc_recurring_get_fees_for_expiration in ./
uc_recurring.module - Get all pending fees that should be expired.
- uc_recurring_get_user_fees in ./
uc_recurring.module - Get an array of recurring fees associated with a user.
- uc_recurring_subscription_subscriber_list in modules/
uc_recurring_subscription/ uc_recurring_subscription.admin.inc
File
- ./
uc_recurring.module, line 34 - Allows you to add a recurring fee to a product/SKU to handle subscription type services.
Code
define('UC_RECURRING_FEE_STATUS_EXPIRED', 1);