wyyerd / stripe-rs

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

add `transfer_data` field to `PaymentIntentUpdateParams` #183

Closed fisherdarling closed 2 years ago

fisherdarling commented 2 years ago

Add the field to update transfer_data when updating a payment intent.

I think I may have put TransferDataUpdateParams in the wrong spot. Let me know if I should move it.

fisherdarling commented 2 years ago

Closed in favor of #184