Skip to content

Commit

Permalink
fix: add support for atxi id prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
arlyon committed Dec 1, 2023
1 parent e79f6a9 commit 414d534
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 414d534

Please sign in to comment.