Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: rename redirect_url to return_url on ConfirmSetupIntent #506

Conversation

augustoccesar
Copy link
Contributor

Description

Summary

As raised on #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
Copy link
Owner

arlyon commented Feb 16, 2024

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

@augustoccesar
Copy link
Contributor Author

augustoccesar commented Feb 20, 2024

@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: tkaitchuck/aHash#207
Bump revert PR: tkaitchuck/aHash#208

@augustoccesar augustoccesar force-pushed the fix/correct-return-url-attribute-for-confirming-setup-intent branch 2 times, most recently from c5a8b25 to c1b8a5c Compare February 21, 2024 18:23
### Description
As raised on arlyon#504, this attribute have the incorrect
name according to the [documentation](https://docs.stripe.com/api/setup_intents/confirm#confirm_setup_intent-return_url).

This change renames the field `redirect_url` to `return_url`.

closes arlyon#504
@augustoccesar augustoccesar force-pushed the fix/correct-return-url-attribute-for-confirming-setup-intent branch from c1b8a5c to 9da5a28 Compare February 26, 2024 08:39
@augustoccesar
Copy link
Contributor Author

@arlyon now it seems to be all passing 👌

@arlyon arlyon merged commit cd92ed9 into arlyon:master Feb 27, 2024
16 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Confirm Setup Intent is Inconsistent with API Documentation
2 participants