Skip to content

Commit

Permalink
FINERACT-2039: GET Savings API swagger fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Marta Jankovics authored and adamsaghy committed Jan 11, 2024
1 parent 16eac93 commit fec768c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ private GetSavingsSummary() {}

public GetSavingsCurrency currency;
@Schema(example = "0")
public Integer accountBalance;
public BigDecimal accountBalance;
}

@Schema(example = "1")
Expand Down

0 comments on commit fec768c

Please sign in to comment.