You are here

function hook_recurring_renewal_completed in UC Recurring Payments and Subscriptions 7.2

Same name and namespace in other branches
  1. 6.2 uc_recurring.api.php \hook_recurring_renewal_completed()

Act on recurring renewal completed event.

Parameters

$order: The order object.

$fee: The recurring Fee object.

File

./uc_recurring.api.php, line 110

Code

function hook_recurring_renewal_completed(&$order, &$fee) {
}