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

Stripe Checkout: handle duplicated wehbook #8002

Merged
merged 6 commits into from Mar 15, 2021

Commits on Mar 10, 2021

  1. Stripe Checkout: handle duplicated wehbook

    If we receive a webhook multiple times, we fetch the GoldUser already created
    and update its fields.
    humitos committed Mar 10, 2021
    Copy the full SHA
    2652f77 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    19a5f4e View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2021

  1. Handle checkout.session.async_payment_failed

    We had this event registered but it wasn't added to the list of handled events.
    humitos committed Mar 15, 2021
    Copy the full SHA
    487a8d9 View commit details
    Browse the repository at this point in the history
  2. Always return a Response object

    We were returning `None` in some cases and that makes Django to return a 500.
    humitos committed Mar 15, 2021
    Copy the full SHA
    5cf8f80 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    88d90ab View commit details
    Browse the repository at this point in the history
  4. Merge pull request #8016 from readthedocs/humitos/stripe-webhook-fixes

    Stripe checkout: handle events
    ericholscher committed Mar 15, 2021
    Copy the full SHA
    45d8ad6 View commit details
    Browse the repository at this point in the history