Skip to content

Commit

Permalink
This branch is for Prestashop 1.7 only
Browse files Browse the repository at this point in the history
  • Loading branch information
tbelliard committed Mar 8, 2017
1 parent b1e3982 commit f0050cd
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions lowcostexpress.php
Original file line number Diff line number Diff line change
Expand Up @@ -96,17 +96,15 @@ public function __construct()

$this->displayName = $this->l('MY FLYING BOX Express Shipping');
$this->description = $this->l('Your shipments made easy with major express carriers (DHL, UPS, Chronopost...) at competitive negotiated rates.');
$this->ps_versions_compliancy = array('min' => '1.5', 'max' => _PS_VERSION_);
$this->ps_versions_compliancy = array('min' => '1.7', 'max' => _PS_VERSION_);
$this->module_key = '5100c5ae613ddfacd4bc468aee7ee59e';

$this->confirmUninstall = $this->l('Are you sure you want to uninstall this module?');

$this->context->smarty->assign('module_name', $this->name);

// If PS 1.6 or greater, we enable bootstrap
if (version_compare(_PS_VERSION_, '1.6.0') >= 0) {
$this->bootstrap = true;
}
$this->bootstrap = true;


// Check is php-curl is available
if (!extension_loaded('curl')) {
Expand Down

0 comments on commit f0050cd

Please sign in to comment.