Skip to content

Commit

Permalink
Hot Fix
Browse files Browse the repository at this point in the history
SSL Problem Solved
  • Loading branch information
Muhammed Burak AKTUNA committed Oct 11, 2020
1 parent 39fb658 commit edc56ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/VatanSMSAPI.php
Original file line number Diff line number Diff line change
Expand Up @@ -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/');
}

/**
Expand Down

0 comments on commit edc56ff

Please sign in to comment.