diff --git a/buckaroo3.php b/buckaroo3.php index 06cf785f..b6d8e9c2 100644 --- a/buckaroo3.php +++ b/buckaroo3.php @@ -63,7 +63,7 @@ private function initializeModuleInfo() $this->module_key = '8d2a2f65a77a8021da5d5ffccc9bbd2b'; $this->ps_versions_compliancy = ['min' => '1', 'max' => _PS_VERSION_]; $this->displayName = $this->l('Buckaroo Payments') . ' (v ' . $this->version . ')'; - $this->description = $this->l('Buckaroo Payment module. Compatible with PrestaShop version 1.7.x + 8.1.4'); + $this->description = $this->l('Buckaroo Payment module. Compatible with PrestaShop version 1.7.x + 8.1.6'); $this->confirmUninstall = $this->l('Are you sure you want to delete Buckaroo Payments module?'); $this->tpl_folder = 'buckaroo3'; }