Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
HendryZheng committed Oct 3, 2022
1 parent 6bf71c2 commit eeff9e1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ public class DisbursementPHP {
private String currency;

@SerializedName("amount")
private BigDecimal amount;
private double amount;

@SerializedName("channel_code")
private String channelCode;
Expand Down

0 comments on commit eeff9e1

Please sign in to comment.