You are here

function hook_recurring_product_deleted in UC Recurring Payments and Subscriptions 7.2

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

Act on recurring product deleted.

Parameters

$pfid: The product fee ID.

File

./uc_recurring.api.php, line 128

Code

function hook_recurring_product_deleted($pfid) {
}