function uc_payment_perm in Ubercart 5
Same name and namespace in other branches
- 6.2 payment/uc_payment/uc_payment.module \uc_payment_perm()
Implementation of hook_perm().
File
- payment/
uc_payment/ uc_payment.module, line 181
Code
function uc_payment_perm() {
return array(
'view payments',
'manual payments',
'delete payments',
);
}