You are here

function uc_recurring_order_init in UC Recurring Payments and Subscriptions 6.2

Implementation of hook_init().

File

modules/uc_recurring_order/uc_recurring_order.module, line 14
Provides a way to duplicate entire orders.

Code

function uc_recurring_order_init() {
  module_load_include('inc', 'uc_recurring_order', 'uc_recurring_order.ca');
}