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

[SDK-1418] Advanced option to clear transaction cookies on redirect #436

Closed
wants to merge 12 commits into from

Commits on Apr 24, 2020

  1. Extracted changes needed to customize defaultScope

    srihari93 authored and Steve Hobbs committed Apr 24, 2020
    Configuration menu
    Copy the full SHA
    61dc91c View commit details
    Browse the repository at this point in the history
  2. Moved existing defaultScopes test to the right place

    Steve Hobbs committed Apr 24, 2020
    Configuration menu
    Copy the full SHA
    4869386 View commit details
    Browse the repository at this point in the history
  3. getUniqueScopes moved into scope.ts

    Steve Hobbs committed Apr 24, 2020
    Configuration menu
    Copy the full SHA
    1e4b2ff View commit details
    Browse the repository at this point in the history
  4. Refactor getUniqueScopes into its own module

    This allows it to me mocked or unmocked separately from utils.
    index.test.ts has been completely refactored to use an unmocked version
    and the expectations have changed as a result.
    Steve Hobbs committed Apr 24, 2020
    Configuration menu
    Copy the full SHA
    00b489c View commit details
    Browse the repository at this point in the history
  5. Stop mutating optios.scope and store in separate var

    Steve Hobbs committed Apr 24, 2020
    Configuration menu
    Copy the full SHA
    f8daf6a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    20fd45c View commit details
    Browse the repository at this point in the history
  7. Fix constructor after merge

    Steve Hobbs committed Apr 24, 2020
    Configuration menu
    Copy the full SHA
    6407a47 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    dd21171 View commit details
    Browse the repository at this point in the history
  9. Added advanced section to readme

    Docs build to follow in the release PR
    Steve Hobbs committed Apr 24, 2020
    Configuration menu
    Copy the full SHA
    158eaa4 View commit details
    Browse the repository at this point in the history
  10. Added facility to clear transaction cookies on redirect

    Steve Hobbs committed Apr 24, 2020
    Configuration menu
    Copy the full SHA
    8b92a97 View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2020

  1. Merge branch 'master' into feature/clear-transaction

    Steve Hobbs authored Apr 27, 2020
    Configuration menu
    Copy the full SHA
    519d9eb View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2020

  1. Merge branch 'master' into feature/clear-transaction

    Steve Hobbs authored Apr 28, 2020
    Configuration menu
    Copy the full SHA
    54c1646 View commit details
    Browse the repository at this point in the history