Skip to content

Commit

Permalink
Merge pull request #454 from arlyon/feat/txi
Browse files Browse the repository at this point in the history
add support for atxi id prefix
  • Loading branch information
arlyon authored Dec 1, 2023
2 parents e79f6a9 + 414d534 commit 03e027c
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 @@ -573,7 +573,7 @@ def_id!(SubscriptionId, "sub_");
def_id!(SubscriptionItemId, "si_");
def_id!(SubscriptionLineId, "sli_");
def_id!(SubscriptionScheduleId, "sub_sched_");
def_id!(TaxIdId, "txi_");
def_id!(TaxIdId, "txi_" | "atxi_");
def_id!(TaxCalculationId: String);
def_id!(TaxCalculationLineItemId: String);
def_id!(TaxCodeId, "txcd_");
Expand Down

0 comments on commit 03e027c

Please sign in to comment.