From 717e95bd836cadf7e58ff5476315a88926b57685 Mon Sep 17 00:00:00 2001 From: sallsabil Date: Wed, 16 Feb 2022 13:09:36 +0330 Subject: [PATCH] Changing Domain The main domain of Soroush have changed --- src/Client.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Client.php b/src/Client.php index 2285697..e0bba54 100644 --- a/src/Client.php +++ b/src/Client.php @@ -9,7 +9,7 @@ class Client const RETRY_DEFAULT_MS = 3000; const END_OF_MESSAGE = "/\n\n/"; - private $_baseDomain = 'https://bot.sapp.ir/'; + private $_baseDomain = 'https://bot.splus.ir/'; private $_getMessageURL = '/getMessage'; private $_uploadFileURL = '/uploadFile'; private $_downLoadFileURL = '/downloadFile/'; @@ -578,4 +578,4 @@ public function uploadFile($filePath) } -} \ No newline at end of file +}