Skip to content

NumberFormatException: null - for additional_info.original_amount #43

@JohannesHome

Description

@JohannesHome

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions