47 $this->numero = 50200;
49 $this->rights_class =
'paypal';
53 $this->family =
"interface";
55 $this->
name = preg_replace(
'/^mod/i',
'', get_class($this));
57 $this->
description =
"Module to offer an online payment page with PayPal";
59 $this->version =
'dolibarr';
61 $this->const_name =
'MAIN_MODULE_'.strtoupper($this->
name);
65 $this->picto =
'paypal@paypal';
68 $this->dirs = array(
'/paypal/temp');
71 $this->config_page_url = array(
"paypal.php@paypal");
74 $this->hidden =
false;
75 $this->depends = array();
76 $this->requiredby = array();
77 $this->conflictwith = array();
78 $this->phpmin = array(7, 0);
79 $this->need_dolibarr_version = array(3, 0);
80 $this->langfiles = array(
"paypal");
83 $this->
const = array();
88 $this->tabs = array();
92 $this->boxes = array();
104 $this->rights = array();
109 $this->menu = array();