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

Fix sms API #5

Closed
wants to merge 1 commit into from
Closed

Conversation

timothee-alby
Copy link

@timothee-alby timothee-alby commented Aug 31, 2016

According the the API documentation, the endpoint POST /api/v1/verification/sms require country_code and recipient params

Those params are not whitelisted in the Taxamo-ruby lib, preventing any usage of the API.

@tlipski
Copy link
Contributor

tlipski commented Sep 1, 2016

Thank you for the PR - I will look into it as soon as possible.

@tlipski tlipski closed this May 26, 2017
@tlipski
Copy link
Contributor

tlipski commented May 26, 2017

The issue was caused by something else, taxamo-ns 2.3.3 fixes this issue.

Example code:

input.country_code='IT'
input.recipient='123456789'```

Taxamo.create_s_m_s_token(input)

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

Successfully merging this pull request may close these issues.

None yet

2 participants