You are here

constant UC_RECURRING_UNLIMITED_INTERVALS in UC Recurring Payments and Subscriptions 7.2

Same name and namespace in other branches
  1. 6.2 uc_recurring.module \UC_RECURRING_UNLIMITED_INTERVALS

Unlimited number of intervals.

3 uses of UC_RECURRING_UNLIMITED_INTERVALS
hook_recurring_access in ./uc_recurring.api.php
Set the access permission on user operations.
uc_recurring_admin_edit_form_submit in ./uc_recurring.admin.inc
@todo Please document this function.
uc_recurring_product_feature_form_submit in modules/uc_recurring_product/uc_recurring_product.module
Submit handler for the recurring feature.

File

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

Code

define('UC_RECURRING_UNLIMITED_INTERVALS', -1);