@@ -13,7 +13,6 @@ discard block |
||
13 | 13 | * @param string $apiKey |The advanta sms API Key. See documentation for more details |
14 | 14 | * @param string $partnerId | The Partner ID. See advantaSMS documentation for more details |
15 | 15 | * @param string $shortCode | The Shortcode of used to send sms. See documentation for more details |
16 | - * @param string|null $domain | The base domain in case it is different from https://quicksms.advantasms.com |
|
17 | 16 | * @return Advantasms |
18 | 17 | */ |
19 | 18 | public function __construct($apiKey, $partnerId, $shortCode, $baseUrl="https://quicksms.advantasms.com") |
@@ -30,7 +29,6 @@ discard block |
||
30 | 29 | * @param string $apiKey |The advanta sms API Key. See documentation for more details |
31 | 30 | * @param string $partnerId | The Partner ID. See advantaSMS documentation for more details |
32 | 31 | * @param string $shortCode | The Shortcode of used to send sms. See documentation for more details |
33 | - * @param string|null $domain | The base domain in case it is different from quicksms.advantasms.com |
|
34 | 32 | * @return Advantasms |
35 | 33 | */ |
36 | 34 | public static function init($apiKey,$partnerId, $shortCode, $baseUrl="https://quicksms.advantasms.com") { |