iugu / iugu-node

iugu - Biblioteca para Node
33 stars 37 forks source link

updatePaymentMethod should be PUT instead of POST #17

Open andre0799 opened 7 years ago

andre0799 commented 7 years ago

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'] }),