Skip to content

Commit

Permalink
Merge pull request #2 from sim8568X/sim8568X-patch-1
Browse files Browse the repository at this point in the history
APi Configuration Changed for Bulksmsbd Provider
  • Loading branch information
sim8568X authored Jun 20, 2023
2 parents 3bbc2fc + da07e4b commit 9db28d0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Provider/BulkSmsBD.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ public function sendRequest()

$query = [
'api_key' => $config['api_key'],
'senderid' => $config['senderid'],
'type' => 'text',
'number' => $number,
'message' => $text,
Expand Down

0 comments on commit 9db28d0

Please sign in to comment.