Skip to content

Commit

Permalink
[PRDP-286] Changed type of field isCart
Browse files Browse the repository at this point in the history
  • Loading branch information
svariant committed Dec 15, 2023
1 parent 313d142 commit 6a95e6c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@ public class Receipt {
private long generatedAt;
@JsonProperty("notified_at")
private long notifiedAt;
private boolean isCart;
private Boolean isCart;
}

0 comments on commit 6a95e6c

Please sign in to comment.