Skip to content

Commit

Permalink
fix: Add sis_ id prefix for usage record summaries
Browse files Browse the repository at this point in the history
  • Loading branch information
sam-butcher committed May 10, 2023
1 parent e0f4de9 commit 1042493
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ids.rs
Original file line number Diff line number Diff line change
Expand Up @@ -589,7 +589,7 @@ def_id!(TopupId, "tu_");
def_id!(TransferId, "tr_");
def_id!(TransferReversalId, "trr_");
def_id!(UsageRecordId, "mbur_");
def_id!(UsageRecordSummaryId, "urs_");
def_id!(UsageRecordSummaryId, "urs_" | "sis_");
def_id!(WebhookEndpointId, "we_");

impl InvoiceId {
Expand Down

0 comments on commit 1042493

Please sign in to comment.