Skip to content

Commit

Permalink
add support for dynamic base url for micromobile api
Browse files Browse the repository at this point in the history
  • Loading branch information
Vincent Mosoti committed May 11, 2018
1 parent 879b5c4 commit ec9a232
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Config/sms.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@
'service_id' => env('MICROMOBILE_SERVICE_ID'),
'username' => env('MICROMOBILE_USERNAME'),
'password' => env('MICROMOBILE_PASSWORD'),
'call_back_url' => env('MICROMOBILE_CALL_BACK_URL')
'call_back_url' => env('MICROMOBILE_CALL_BACK_URL'),
'base_url' => env('MICROMOBILE_BASE_URL'),
],

'africastalking' => [
Expand Down

0 comments on commit ec9a232

Please sign in to comment.