function uc_paypal_perm in Ubercart 5
Implementation of hook_perm().
File
- payment/
uc_paypal/ uc_paypal.module, line 85 - Integrates various PayPal payment services and Instant Payment Notifications (IPN) with Ubercart!
Code
function uc_paypal_perm() {
return array(
'administer paypal',
);
}