function hook_recurring_renewal_failed in UC Recurring Payments and Subscriptions 6.2
Same name and namespace in other branches
- 7.2 uc_recurring.api.php \hook_recurring_renewal_failed()
Act on recurring renewal failed event.
Parameters
$order: The order object.
$fee: The recurring fee object.
File
- ./
uc_recurring.api.php, line 122
Code
function hook_recurring_renewal_failed(&$order, &$fee) {
}