arlyon / async-stripe

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

fix: rename redirect_url to return_url on ConfirmSetupIntent #506

Closed augustoccesar closed 7 months ago

augustoccesar commented 7 months ago

Description

Summary

As raised on https://github.com/arlyon/async-stripe/issues/504, this attribute have the incorrect name according to the documentation. This change renames the field redirect_url to return_url.

closes #504

Checklist

arlyon commented 7 months ago

I am about to merge a different PR that fixes the ahash pin issue, I'll let you know when you can rebase

augustoccesar commented 7 months ago

@arlyon it seems like ahash reverted the change that made it require a newer version of rustc, so the latest version of ahash should pass CI again.

Issue: https://github.com/tkaitchuck/aHash/issues/207 Bump revert PR: https://github.com/tkaitchuck/aHash/pull/208

augustoccesar commented 7 months ago

@arlyon now it seems to be all passing 👌