From ad3cf12be4ff38d7edb43c6c2ab3acb704676f30 Mon Sep 17 00:00:00 2001 From: Mantas Date: Wed, 12 Apr 2023 15:02:11 +0300 Subject: [PATCH] load-config-fix --- saferpayofficial.php | 1 + 1 file changed, 1 insertion(+) diff --git a/saferpayofficial.php b/saferpayofficial.php index c99c8799..cc2ccc94 100755 --- a/saferpayofficial.php +++ b/saferpayofficial.php @@ -50,6 +50,7 @@ public function __construct($name = null) parent::__construct($name); $this->autoload(); + $this->loadConfig(); } public function getContent()