Skip to content

Commit

Permalink
Merge pull request #33 from pagopa/PRDP-286-add-isCart-field
Browse files Browse the repository at this point in the history
[PRDP-286] Added isCart field to Receipt
  • Loading branch information
pasqualespica authored Jan 4, 2024
2 parents 0e72e40 + 6a95e6c commit 7b58e28
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 7b58e28

Please sign in to comment.