Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: plaid/plaid-ruby
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: l85m/plaid-ruby
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: release_v_1.0
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 10 commits
  • 9 files changed
  • 1 contributor

Commits on Feb 1, 2015

  1. change auth credentials to hash

    enables optional use of PIN for institutions that require it
    Landon Mossburg
    Landon Mossburg committed Feb 1, 2015
    Configuration menu
    Copy the full SHA
    c77717f View commit details
    Browse the repository at this point in the history
  2. improve invalid user credentials error handling

    Landon Mossburg
    Landon Mossburg committed Feb 1, 2015
    Configuration menu
    Copy the full SHA
    73d5014 View commit details
    Browse the repository at this point in the history
  3. use plaid api error messages

    the api handles errors very nicely already.  this unwraps the error
    handling somewhat so we have better messages and simpler handling
    Landon Mossburg
    Landon Mossburg committed Feb 1, 2015
    Configuration menu
    Copy the full SHA
    3077c62 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'improve-error-handling' into release_v_1.0

    Landon Mossburg
    Landon Mossburg committed Feb 1, 2015
    Configuration menu
    Copy the full SHA
    7193073 View commit details
    Browse the repository at this point in the history
  5. make locked account raise an error

    as the gem treats invalid credentials or missing credentials as an
    error and locked account is very similar to these cases, this way is
    more logically consistent
    Landon Mossburg
    Landon Mossburg committed Feb 1, 2015
    Configuration menu
    Copy the full SHA
    2214e27 View commit details
    Browse the repository at this point in the history
  6. simplify mfa response

    Landon Mossburg
    Landon Mossburg committed Feb 1, 2015
    Configuration menu
    Copy the full SHA
    951b2b3 View commit details
    Browse the repository at this point in the history
  7. refactor build_user

    Landon Mossburg
    Landon Mossburg committed Feb 1, 2015
    Configuration menu
    Copy the full SHA
    ffbe326 View commit details
    Browse the repository at this point in the history
  8. handle error responses from API

    Landon Mossburg
    Landon Mossburg committed Feb 1, 2015
    Configuration menu
    Copy the full SHA
    b98c8b3 View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2015

  1. change auth to add_user; use json responses

    Landon Mossburg
    Landon Mossburg committed Feb 9, 2015
    Configuration menu
    Copy the full SHA
    3a44d34 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2015

  1. add delete monkey patch

    Landon Mossburg
    Landon Mossburg committed May 9, 2015
    Configuration menu
    Copy the full SHA
    905e457 View commit details
    Browse the repository at this point in the history
Loading