I'm getting a NumberFormatException when deserializing the TransactionsResponse response from /rest/accounts/${id}/transactions for some users.
AdditionalTransactionInfo expects BigDecimal. But the response I'm getting looks like this:
"additional_info": {
"compensation_amount": "6,10",
"original_amount": "575,40"
}
I assume this is a bug?