You are here

uc_recurring_hosted.api.php in UC Recurring Payments and Subscriptions 6.2

Same filename and directory in other branches
  1. 7.2 modules/uc_recurring_hosted/uc_recurring_hosted.api.php

File

modules/uc_recurring_hosted/uc_recurring_hosted.api.php
View source
<?php

function hook_uc_recurring_hosted_subscription_alter(&$object) {
}
function hook_uc_recurring_hosted_subscription_save($object) {
}
function hook_uc_recurring_hosted_subscription_delete($id, $type = 'rfid') {
}