From a16100082f4daa37b4f9be132a3c181c7ba03b83 Mon Sep 17 00:00:00 2001 From: vegim carkaxhija Date: Thu, 20 Jun 2024 16:27:45 +0200 Subject: [PATCH] update Prestashop version --- buckaroo3.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'; }