We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi, maybe move the setting apiUrl from file SmscRuApi.php
apiUrl
SmscRuApi.php
protected $apiUrl = 'https://smsc.ru/sys/send.php';
in the configuration file config/services.php. Example:
config/services.php
// config/services.php ... 'smscru' => [ 'url' => env('SMSCRU_URL'), 'login' => env('SMSCRU_LOGIN'), 'secret' => env('SMSCRU_SECRET'), 'sender' => 'John_Doe' ], ...
I need to change only the address smsc.ru to smsc.kz. This services identical. Thank.
smsc.ru
smsc.kz
The text was updated successfully, but these errors were encountered:
Resolved issue #12 (#18)
8f94c21
* Resolved issue #12
No branches or pull requests
Hi, maybe move the setting
apiUrl
from fileSmscRuApi.php
in the configuration file
config/services.php
. Example:I need to change only the address
smsc.ru
tosmsc.kz
. This services identical. Thank.The text was updated successfully, but these errors were encountered: