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

Sending to Multiple Numbers, Multiple Content URLs, and Multiple Tags is broken #32

Open
Jeremybk opened this issue Sep 3, 2020 · 0 comments

Comments

@Jeremybk
Copy link

Jeremybk commented Sep 3, 2020

A bug exists in the AddParameter function of the RestRequest class on line number 40. The intended purpose of this line is to add on extra values to parameters that accept collections. This is used when trying to send a fax to multiple phone numbers, with multiple content URLs, or with multiple tags. The current code actually just overwrites the parameter instead of adding to it. As a result, it is not possible to send a fax to multiple phone numbers, multiple content URLs, or with multiple tags with the current .net library. It will only end up sending the last parameter in the collection to the Phaxio API, such as the last phone number when sending a fax to a list of 2 or more numbers.

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

1 participant