wirecardBrasil / moip-sdk-dotnet

MIT License
7 stars 3 forks source link

Failed when call method orders.GetOrder(OrderID); #10

Closed elialber closed 6 years ago

elialber commented 6 years ago

string orderId = "ORD-RY911RUY6EG6"; var order = client.Orders.GetOrder(orderId); //here broken

Failed to parse the response: Unexpected character encountered while parsing value: {. Path 'entries', line 1, position 3286"}

araujo302 commented 6 years ago

I had the same problem :(

var order = client.Orders.GetOrder(orderID); Failed to parse the response: Unexpected character encountered while parsing value: {. Path 'refunds', line 1, position 3396.}

fernandorrmartins commented 6 years ago

Tive o mesmo problema. Failed to parse the response: Unexpected character encountered while parsing value: {. Path 'entries', line 1, position 3001.

mbnakaya commented 6 years ago

Hi guys!

The SDK has recently been updated and the problem seems to be fixed with the new version. We were talking about it at #18.

Please make sure if this problem still happening.

New version

By Package Manager PM> Install-Package Moip -Version 1.1.0

By .NET CLI > dotnet add package Moip --version 1.1.0