iugu / iugu-node

iugu - Biblioteca para Node
33 stars 37 forks source link

Update method should be PUT #20

Open nelsonec87 opened 7 years ago

nelsonec87 commented 7 years ago

IuguMethod.basic.js

  update: iuguMethod({
    method: 'POST',
    path: '{id}',
    urlParams: ['id']
  }),

it should be PUT, otherwise it only returns

{"errors":"Not Found"}