You are here

function uc_coupon_purchase_perm in Ubercart Discount Coupons 6

Implementation of hook_perm().

File

uc_coupon_purchase/uc_coupon_purchase.module, line 8

Code

function uc_coupon_purchase_perm() {
  return array(
    'view purchased coupons',
  );
}