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

encodeURIComponent breaks Mandrill compatibility #27

Closed
jrundquist opened this issue May 20, 2013 · 1 comment
Closed

encodeURIComponent breaks Mandrill compatibility #27

jrundquist opened this issue May 20, 2013 · 1 comment

Comments

@jrundquist
Copy link

I'm not sure if this is an issue in my implementation, Mandrill, or what, but 2e3c1e9 introduced the encodeURIComponent call to the body string which cases Mandrill to throw errors. Specifically:

[Error: You must specify a key value]

After removing encodeURIComponent from the MandrillAPI_v1_0.js file, the calls succeed.

jrundquist added a commit to OfficeHours/node-mailchimp that referenced this issue May 20, 2013
@gomfunkel
Copy link
Owner

Thanks. Fixed and published to npm.

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