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

add support for prices look action #69

Open
giannisdag opened this issue Jan 27, 2016 · 2 comments
Open

add support for prices look action #69

giannisdag opened this issue Jan 27, 2016 · 2 comments
Assignees
Milestone

Comments

@giannisdag
Copy link

There is no action to look up for the prices per sms per country

@pdzieniszewski
Copy link

Hi,

We will discuss about it in our team. Thanks for suggestion.

@giannisdag
Copy link
Author

ok thank you, for the moment I do the job like this
$url = 'https://api.smsapi.com/prices.do'; $c = curl_init(); curl_setopt($c, CURLOPT_URL, $url); curl_setopt($c, CURLOPT_POST, true); $curl_postfields = 'username='.$username.'&password='.$password; curl_setopt($c, CURLOPT_POSTFIELDS,$curl_postfields); curl_setopt($c, CURLOPT_RETURNTRANSFER, true); $jsonContent = curl_exec($c);

@giannisdag giannisdag reopened this May 24, 2017
@maciejlew maciejlew added this to the v3.1.0 milestone Jan 10, 2024
@maciejlew maciejlew self-assigned this Jan 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants