Open jbat opened 9 years ago
Have created a PR but need access to repo to push to github ?
@jbat you should be able to fork the repo, create a branch, commit to that branch and then pull request from your repo to this repo. That way you can contribute without direct write access to this repo. Hope this helps get your changes accepted.
@jbat did you have any luck?
Issue relates to how the body is formed, specifically fails at api:maxReplies. I checked the docs http://www.messagemedia.com.au/wp-content/uploads/2013/05/MessageMedia_Messaging_Web_Service.pdf and after updating to use api:maximumReplies and maximumReports the soap calls succeed.
Failure Example with body[:'api:requestBody'][:'api:maxReplies'] = max_replies
Successful Example with body[:'api:requestBody'][:'api:maximumReplies'] = max_replies
And on the check_reports method, same update needed with maximumReports Failure Example
Successful example after updating to use maximumReports body[:'api:requestBody'][:'api:maximumReports'] = max_reports