You are here

function uc_role_user_cancel in Ubercart 8.4

Implements hook_user_cancel().

File

uc_role/uc_role.module, line 254
Grants roles upon accepted payment of products.

Code

function uc_role_user_cancel($edit, AccountInterface $account, $method) {
  uc_role_delete($account);
}