You are here

function hook_recurring_fee_user_saved in UC Recurring Payments and Subscriptions 7.2

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

Act on recurring user that has just been saved (inserted or updated).

Parameters

$fee: The recurring fee object.

1 invocation of hook_recurring_fee_user_saved()
uc_recurring_fee_user_save in ./uc_recurring.module
Saves a recurring fee for a user.

File

./uc_recurring.api.php, line 144

Code

function hook_recurring_fee_user_saved($fee) {
}