jbetfairng
jbetfairng copied to clipboard
CurrentOrderSummary deserialisation issue
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.