From d684311c984872274792855d14359e81df0b6778 Mon Sep 17 00:00:00 2001 From: O K Date: Tue, 23 Sep 2025 08:54:02 +0300 Subject: [PATCH] update version compability --- checkprestabox.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/checkprestabox.php b/checkprestabox.php index a528ed1..6267709 100644 --- a/checkprestabox.php +++ b/checkprestabox.php @@ -27,7 +27,7 @@ class CheckPrestaBox extends Module $this->description = $this->trans('Accept payments for your products via Checkbox service.'); $this->confirmUninstall = $this->trans('Are you sure about removing these details?'); $this->ps_versions_compliancy = array( - 'min' => '9.0', + 'min' => '8.0', 'max' => _PS_VERSION_, ); }