You are here

function hook_uc_recurring_hosted_subscription_delete in UC Recurring Payments and Subscriptions 7.2

Same name and namespace in other branches
  1. 6.2 modules/uc_recurring_hosted/uc_recurring_hosted.api.php \hook_uc_recurring_hosted_subscription_delete()
1 invocation of hook_uc_recurring_hosted_subscription_delete()
uc_recurring_hosted_subscription_delete in modules/uc_recurring_hosted/uc_recurring_hosted.module
Delete a record by subscription ID or recurring fee ID.

File

modules/uc_recurring_hosted/uc_recurring_hosted.api.php, line 11

Code

function hook_uc_recurring_hosted_subscription_delete($id, $type = 'rfid') {
}