Skip to content

Commit

Permalink
Fix due amount marshalling
Browse files Browse the repository at this point in the history
  • Loading branch information
adonese committed Oct 2, 2022
1 parent e7234a3 commit 76c3106
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/src/main/java/com/tuti/api/data/TutiResponse.java
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@ public String getDueAmount() {
return dueAmount;
}

@SerializedName("due_amount")
private String dueAmount;

private Fees fees;
Expand Down

0 comments on commit 76c3106

Please sign in to comment.