Skip to content
Snippets Groups Projects
Commit e799f77d authored by Regis Houssin's avatar Regis Houssin
Browse files

Fix: move this to an external module in Doliforge

parent da1bd8ce
Branches
Tags
No related merge requests found
......@@ -79,7 +79,7 @@ class modPaypal extends DolibarrModules
// Dependencies
$this->depends = array(); // List of modules id that must be enabled if this module is enabled
$this->requiredby = array(); // List of modules id to disable if this one is disabled
$this->requiredby = array('modPaypalPlus'); // List of modules id to disable if this one is disabled
$this->phpmin = array(4,1); // Minimum version of PHP required by module
$this->need_dolibarr_version = array(3,0,-2); // Minimum version of Dolibarr required by module
$this->langfiles = array("paypal");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment