arlyon / async-stripe

Async (and blocking!) Rust bindings for the Stripe API
https://payments.rs
Apache License 2.0
467 stars 131 forks source link

fix(transfer): add `ErrorCode::InsufficientCapabilitiesForTransfer` #637

Open dyc3 opened 2 weeks ago

dyc3 commented 2 weeks ago

Summary

fixes #636

This simply adds a new variant for ErrorCode to make the deserialization of the response in #636 not fail.

Checklist