From c424c21715541a2b9c1077854f8a5f788516ce17 Mon Sep 17 00:00:00 2001 From: Gytautas Date: Fri, 5 Jul 2024 17:45:45 +0300 Subject: [PATCH] max version increased --- saferpayofficial.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/saferpayofficial.php b/saferpayofficial.php index 8199671c..31276a0b 100755 --- a/saferpayofficial.php +++ b/saferpayofficial.php @@ -71,7 +71,7 @@ public function __construct($name = null) $this->tab = 'payments_gateways'; $this->ps_versions_compliancy = [ 'min' => '1.6.1.0', - 'max' => '8.0.4', + 'max' => _PS_VERSION_, ]; parent::__construct($name);