Skip to content

Commit

Permalink
edit message
Browse files Browse the repository at this point in the history
  • Loading branch information
mfrouh committed Aug 26, 2022
1 parent fdd72d4 commit 9870179
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/BaseClass.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ public function sendSms($message, $phoneNumber, $phoneCode)
$data = [
'username' => config('sms4jawaly.username'),
'password' => config('sms4jawaly.password'),
"message" => urlencode($message),
"message" => $message,
"numbers" => '+' . $phoneCode . $this->convertArabicNumbers(ltrim($phoneNumber, '0')),
"sender" => config('sms4jawaly.sender_name'),
"unicode" => 'e',
Expand Down

0 comments on commit 9870179

Please sign in to comment.