jbetfairng icon indicating copy to clipboard operation
jbetfairng copied to clipboard

CurrentOrderSummary deserialisation issue

Open bmarcj opened this issue 5 years ago • 0 comments

CurrentOrderSummary has a field BetId. The capitalisation means the field isn't being populated by the Gson library (and is instead null). Replacing the field name with 'betId' resolves the issue.

bmarcj avatar Dec 06 '19 21:12 bmarcj