You are here

function uc_payment_perm in Ubercart 6.2

Same name and namespace in other branches
  1. 5 payment/uc_payment/uc_payment.module \uc_payment_perm()

Implements hook_perm().

File

payment/uc_payment/uc_payment.module, line 172

Code

function uc_payment_perm() {
  return array(
    'view payments',
    'manual payments',
    'delete payments',
  );
}