wyyerd / stripe-rs

Rust API bindings for the Stripe HTTP API.
Apache License 2.0
219 stars 88 forks source link

Support dispute ids with a `du_` prefix #182

Closed khalsah closed 3 years ago

khalsah commented 3 years ago

Like refunds (and many others): https://github.com/wyyerd/stripe-rs/pull/177 there appears to be multiple ID prefixes that stripe uses for disputes.

This change specifically allows du_ as a prefix for dispute ids.

seanpianka commented 3 years ago

Thanks for the PR!