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

Add subscription search to Braintree #19

Merged
merged 11 commits into from
Aug 26, 2022
Merged

Add subscription search to Braintree #19

merged 11 commits into from
Aug 26, 2022

Commits on Mar 22, 2022

  1. Configuration menu
    Copy the full SHA
    c75d3ef View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0fa5763 View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2022

  1. Configuration menu
    Copy the full SHA
    825f489 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2022

  1. Merge pull request #9 from MoveOnOrg/alex-support-dict-param

    Update setup_google_application_credentials to support dict parameter
    technicalex authored Apr 5, 2022
    Configuration menu
    Copy the full SHA
    8584408 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2022

  1. Update authorization library for Google Sheets to support account del…

    …egation
    
    The oauth2client library is deprecated, and gspread will drop most information from the oauth2client authorization.  Switch to the actively maintained google-auth library and add an argument for a delegated account name.
    sjwmoveon committed Apr 8, 2022
    Configuration menu
    Copy the full SHA
    2e2047d View commit details
    Browse the repository at this point in the history
  2. Typo fix

    sjwmoveon committed Apr 8, 2022
    Configuration menu
    Copy the full SHA
    ad77645 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #10 from MoveOnOrg/gsheets

    Update authorization library for Google Sheets to support account del…
    sjwmoveon authored Apr 8, 2022
    Configuration menu
    Copy the full SHA
    5633286 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2022

  1. Merge pull request #11 from MoveOnOrg/gsheets

    Update authorization library for Google Sheets to support account delegation
    sjwmoveon authored Apr 11, 2022
    Configuration menu
    Copy the full SHA
    29cf819 View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2022

  1. Add subscription search to Braintree

    Modeled on transaction search.  Test data obtained by editing the subscription gateway to print the search response (https://github.com/braintree/braintree_python/blob/fc98c738f9e74736a7d1e82cfb4e37f6e493c3c4/braintree/subscription_gateway.py#L59).
    sjwmoveon committed Aug 24, 2022
    Configuration menu
    Copy the full SHA
    99cb2f6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8a6ca72 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b4a8525 View commit details
    Browse the repository at this point in the history