Skip to content

Commit

Permalink
[PRDP-286] Added isCart field to Receipt
Browse files Browse the repository at this point in the history
  • Loading branch information
svariant committed Dec 15, 2023
1 parent bb48e97 commit 313d142
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;
}

0 comments on commit 313d142

Please sign in to comment.