Skip to content

Commit

Permalink
Merge pull request #575 from arlyon/arlyon/fix-rtx-prefix
Browse files Browse the repository at this point in the history
fix: rtx id prefix
  • Loading branch information
arlyon authored Jul 23, 2024
2 parents eb9c5cc + 67ea232 commit dad9d3a
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 dad9d3a

Please sign in to comment.