Skip to content

Commit

Permalink
fix: rtx id prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
arlyon committed Jul 23, 2024
1 parent eb9c5cc commit 67ea232
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 @@ -561,7 +561,7 @@ def_id!(PromotionCodeId, "promo_");
def_id!(QuoteId, "qt_");
def_id!(RecipientId: String); // FIXME: This doesn't seem to be documented yet
def_id!(RefundId, "re_" | "pyr_");
def_id!(ReserveTransactionId, "rtx");
def_id!(ReserveTransactionId, "rtx_");
def_id!(ReviewId, "prv_");
def_id!(ScheduledQueryRunId, "sqr_");
def_id!(SetupAttemptId, "setatt_");
Expand Down

0 comments on commit 67ea232

Please sign in to comment.