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

Include recurring profile reference in reauthorize requests #118

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Aug 14, 2017

  1. Fix Rails 5.1 compatibility issue

    `render :text` is no longer supported as of Rails 5.1, so this will try
    to render a notify.html.erb view which doesn't exist. Render plain has
    been supported since Rails 4.2, so this shouldn't cause any
    compatibility issues.
    Luuk Veenis committed Aug 14, 2017
    Configuration menu
    Copy the full SHA
    c27fee6 View commit details
    Browse the repository at this point in the history
  2. Include recurring detail reference in request

    The way this is currently implemented, it will use the shopper reference
    to find any potential recurring payment contracts and automatically use
    the latest one. This can potentially cause problems and we should just
    use the profile reference we have stored on the credit card.
    Luuk Veenis committed Aug 14, 2017
    Configuration menu
    Copy the full SHA
    b169b40 View commit details
    Browse the repository at this point in the history