Skip to content

Commit

Permalink
fix bulksmsbd messaging query params with right ones
Browse files Browse the repository at this point in the history
  • Loading branch information
arif98741 committed Feb 21, 2022
1 parent 2f14e73 commit 39e3d04
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/Provider/BulkSmsBD.php
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ public function sendRequest()
'query' => [
'username' => $config['username'],
'password' => $config['password'],
'contacts' => $number,
'msg' => $text,
'number' => $number,
'message' => $text,
]
]);
$body = $response->getBody();
Expand Down
2 changes: 0 additions & 2 deletions src/Provider/Ssl.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
use Xenon\LaravelBDSms\Handler\RenderException;
use Xenon\LaravelBDSms\Sender;


class Ssl extends AbstractProvider
{
/**
Expand Down Expand Up @@ -55,7 +54,6 @@ public function sendRequest()
}

/**
* @throws XenonException
* @throws RenderException
*/
public function errorException()
Expand Down

0 comments on commit 39e3d04

Please sign in to comment.