Skip to content

Commit

Permalink
fix: support pdp_ as an id prefix for dispute objects
Browse files Browse the repository at this point in the history
  • Loading branch information
khalsah committed Jan 29, 2024
1 parent af4b1e8 commit be506d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ids.rs
Expand Up @@ -504,7 +504,7 @@ def_id!(CreditNoteLineItemId, "cnli_");
def_id!(CustomerBalanceTransactionId, "cbtxn_");
def_id!(CustomerId, "cus_");
def_id!(DiscountId, "di_");
def_id!(DisputeId, "dp_" | "du_");
def_id!(DisputeId, "dp_" | "du_" | "pdp_");
def_id!(EphemeralKeyId, "ephkey_");
def_id!(EventId, "evt_");
def_id!(FileId, "file_");
Expand Down

0 comments on commit be506d6

Please sign in to comment.