mercadolibre / net-sdk

MercadoLibre's .NET SDK
56 stars 80 forks source link

Fixed issue with post and put methods not adding the body properly. #19

Closed RodrigoFNascimento closed 4 years ago

RodrigoFNascimento commented 6 years ago

I was getting an invalid body error whenever I tried to use POST or PUT, so I changed the line that adds the body and it worked.