Skip to content
New issue

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

Response not implemented #2

Closed
tiipiik opened this issue Nov 11, 2015 · 1 comment
Closed

Response not implemented #2

tiipiik opened this issue Nov 11, 2015 · 1 comment

Comments

@tiipiik
Copy link
Contributor

tiipiik commented Nov 11, 2015

When using Clickatell and the response method:

Sms::send(['87686655455','1212121212','2323232323'],'sms.test',['param1'=>'Name 1'])->response(); 

I got an error Reponse method not implemented.

@softon
Copy link
Owner

softon commented Nov 14, 2015

That is because you have not selected the appropriate gateway in the config file. By default it saves to the log file hence there is no response() method for the LogGateway.

Just change the line 15 in the config file sms.php

'gateway' => 'Clickatell',

@softon softon closed this as completed Nov 17, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants