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

Fixes tests for Stripe 5.19.0 #133

Merged
merged 1 commit into from May 12, 2020
Merged

Commits on May 12, 2020

  1. Fixes tests for Stripe 5.19.0

    As of 5.19.0, the compute_signature method was made public and they
    split the timestamp into a separate param (which must be a Time). This
    version checks compute_signature based on the number of params it takes
    since doing a version check felt odd. Now that it is public, the method
    shouldn't change it's API.
    
    1: stripe/stripe-ruby#915
    gaffneyc committed May 12, 2020
    Configuration menu
    Copy the full SHA
    3aea3a0 View commit details
    Browse the repository at this point in the history