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

updatePaymentMethod should be PUT instead of POST #17

Open
andre0799 opened this issue Nov 30, 2016 · 0 comments
Open

updatePaymentMethod should be PUT instead of POST #17

andre0799 opened this issue Nov 30, 2016 · 0 comments

Comments

@andre0799
Copy link

andre0799 commented Nov 30, 2016

The code below always fails because it should use PUT instead of POST:

updatePaymentMethod: iuguMethod({ method: 'POST', path: '/{customerId}/payment_methods/{paymentMethodId}', urlParams: ['customerId', 'paymentMethodId'] }),

victorrodrigues added a commit to victorrodrigues/iugu-node that referenced this issue Dec 8, 2016
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