uc_recurring_hosted.api.php in UC Recurring Payments and Subscriptions 6.2
Same filename and directory in other branches
File
modules/uc_recurring_hosted/uc_recurring_hosted.api.phpView 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') {
}