update version compability

This commit is contained in:
O K
2025-09-23 08:54:02 +03:00
parent b05f094eef
commit d684311c98

View File

@@ -27,7 +27,7 @@ class CheckPrestaBox extends Module
$this->description = $this->trans('Accept payments for your products via Checkbox service.'); $this->description = $this->trans('Accept payments for your products via Checkbox service.');
$this->confirmUninstall = $this->trans('Are you sure about removing these details?'); $this->confirmUninstall = $this->trans('Are you sure about removing these details?');
$this->ps_versions_compliancy = array( $this->ps_versions_compliancy = array(
'min' => '9.0', 'min' => '8.0',
'max' => _PS_VERSION_, 'max' => _PS_VERSION_,
); );
} }