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 webhook API version validation #1906

Merged
merged 4 commits into from
Oct 23, 2024

Commits on Oct 23, 2024

  1. modified apiVersionMatch to verify the release trains match (vs testi…

    …ng for full api version equality), or return false if the event version does not have a release train
    jar-stripe committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    50b3a4d View commit details
    Browse the repository at this point in the history
  2. replaced indexOf with contains

    fixed tests that hooked getIntegrationApiVersion with an older version
    jar-stripe committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    3ccea91 View commit details
    Browse the repository at this point in the history
  3. made errorprone.info happy

    clarified comments
    jar-stripe committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    f9a3a89 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    38899f3 View commit details
    Browse the repository at this point in the history