function uc_roles_user_cancel in Ubercart 7.3
Implements hook_user_cancel().
File
- uc_roles/
uc_roles.module, line 291 - Grants roles upon accepted payment of products.
Code
function uc_roles_user_cancel($edit, $account, $method) {
uc_roles_delete($account);
}