Skip to content

Commit 33b545f

Browse files
authored
Update readme.md
1 parent 9fb26d6 commit 33b545f

1 file changed

Lines changed: 11 additions & 1 deletion

File tree

readme.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,17 @@ $sender->setConfig(
4848
$status = $sender->send();
4949
</pre>
5050

51-
51+
### Demo Response Using SSL
52+
<pre>
53+
array:6 [▼
54+
"status" => "response"
55+
"response" => "{"status":"FAILED","status_code":4003,"error_message":"IP Blacklisted"}"
56+
"provider" => "Xenon\LaravelBDSms\Provider\Ssl"
57+
"send_time" => "2021-07-06 08:03:23"
58+
"mobile" => "017XXYYZZAA"
59+
"message" => "helloooooooo boss!"
60+
]
61+
</pre>
5262

5363
#### Currently Supported SMS Gateways
5464
* BDBulkSMS

0 commit comments

Comments
 (0)