You are here

function uc_recurring_subscription_attribute_delete in UC Recurring Payments and Subscriptions 7.2

Same name and namespace in other branches
  1. 6.2 modules/uc_recurring_subscription/uc_recurring_subscription.module \uc_recurring_subscription_attribute_delete()
1 string reference to 'uc_recurring_subscription_attribute_delete'
uc_recurring_subscription_menu in modules/uc_recurring_subscription/uc_recurring_subscription.module
Implements hook_menu().

File

modules/uc_recurring_subscription/uc_recurring_subscription.module, line 134
Manage subscription/memberships.

Code

function uc_recurring_subscription_attribute_delete() {
  return t('This attribute cannot be deleted as it is used by the subscrition products to provide payment options.');
}