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

Update to latest Stripe Checkout #1227

Closed
2 tasks
iandunn opened this issue Jan 26, 2024 · 0 comments · Fixed by #1228
Closed
2 tasks

Update to latest Stripe Checkout #1227

iandunn opened this issue Jan 26, 2024 · 0 comments · Fixed by #1228
Assignees

Comments

@iandunn
Copy link
Member

iandunn commented Jan 26, 2024

There's a new version of Checkout, and folks have started reporting problems w/ the old one, like payments failing because they don't support 3DS.

The places we need to update to use the new Checkout flow are:

  • sponsorship payment
  • camptix stripe addon

We could update WordCamp\Utilities\Stripe_Client to use the new Checkout flow (create a session ID and redirect to their stripe.com), or we could switch to using the official client instead.

Either way, it may be best to replace CampTix_Stripe_API_Client with the client chosen above, rather than updating and maintaining a 2nd custom client. If we stick with WordCamp\Utilities\Stripe_Client, then we'll need to port some of the functionality over, like refunds.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: ✅ Done
Development

Successfully merging a pull request may close this issue.

2 participants