diff --git a/src/Models/SoisyOrder.php b/src/models/SoisyOrder.php similarity index 100% rename from src/Models/SoisyOrder.php rename to src/models/SoisyOrder.php diff --git a/src/Models/index.php b/src/models/index.php similarity index 100% rename from src/Models/index.php rename to src/models/index.php diff --git a/src/soisy.php b/src/soisy.php index f64cd2a..9214583 100755 --- a/src/soisy.php +++ b/src/soisy.php @@ -62,7 +62,7 @@ public function __construct() $this->name = 'soisy'; $this->module_key = '2137af924343568029001f1c00825e9f'; $this->tab = 'payments_gateways'; - $this->version = '1.1.5'; + $this->version = '1.1.6'; $this->author = 'Soisy S.p.A'; $this->need_instance = 1; $this->allow_push = true;