From edc56ff8b939267f0123930733e6dda97e982da2 Mon Sep 17 00:00:00 2001 From: Muhammed Burak AKTUNA Date: Mon, 12 Oct 2020 00:10:23 +0300 Subject: [PATCH] Hot Fix SSL Problem Solved --- src/VatanSMSAPI.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/VatanSMSAPI.php b/src/VatanSMSAPI.php index b229b3c..5d761ab 100644 --- a/src/VatanSMSAPI.php +++ b/src/VatanSMSAPI.php @@ -28,7 +28,7 @@ public function __construct(VatanSMSConfig $config) $this->setUsername($this->config->getUsername()); $this->setPassword($this->config->getPassword()); $this->setOriginator($this->config->getOriginator()); - $this->setBaseUrl('https://www.oztekbayi.com/panel/'); + $this->setBaseUrl('http://www.oztekbayi.com/panel/'); } /**