7 calls to uc_recurring_get_recurring_info() in UC Recurring Payments and Subscriptions 6.2
- uc_recurring_get_fee_ops in ./
uc_recurring.module - Provide default options.
- uc_recurring_invoke in ./
uc_recurring.module - Invoke an item type specific function, which will be item types base appended with _$op. The parameters given in $params will be passed to this function.
- uc_recurring_menu in ./
uc_recurring.module - Implementation of hook_menu().
- uc_recurring_order_process_order in modules/
uc_recurring_order/ uc_recurring_order.module - Process a recurring order.
- uc_recurring_payment_form in ./
uc_recurring.admin.inc - Recurring payment settings form.
- uc_recurring_payment_method_supported in ./
uc_recurring.module - Checks that a payment method can process recurring fees. This is done by checking that a recurring fee handler exists for the payment method.
- uc_recurring_product_process_order in modules/
uc_recurring_product/ uc_recurring_product.module - Passes the information onto the specified fee handler for processing.