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: solidusio/solidus_braintree
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.1.5
Choose a base ref
...
head repository: solidusio/solidus_braintree
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.2.0
Choose a head ref
  • 6 commits
  • 44 files changed
  • 2 contributors

Commits on Sep 16, 2015

  1. Make Spree::CreditCard more flexible for handling paypal payments by …

    …marshalling payment info into json field.
    
    * Add data json field to credit_card
    * Marshal payment info received from braintree into data field
    * Look at data field for credit card attributes, fall back to super
    * Add additional specs for paypal functionality
    * Update README
    allisonlarson committed Sep 16, 2015
    Configuration menu
    Copy the full SHA
    38e69af View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2015

  1. Merge pull request #6 from solidusio/paypal_functionality

    Make Spree::CreditCard more flexible for handling paypal payments by …
    allisonlarson committed Sep 17, 2015
    Configuration menu
    Copy the full SHA
    0142d38 View commit details
    Browse the repository at this point in the history
  2. update braintree-web to 2.14.0

    kamui committed Sep 17, 2015
    Configuration menu
    Copy the full SHA
    5f6c1c4 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #7 from solidusio/braintree-web-2-14-0

    Update braintree-web to 2.14.0
    kamui committed Sep 17, 2015
    Configuration menu
    Copy the full SHA
    e2fc8b9 View commit details
    Browse the repository at this point in the history
  4. Rename creditcard#details to creditcard#data

    Use for parsing text field if needed.
    allisonlarson committed Sep 17, 2015
    Configuration menu
    Copy the full SHA
    c97a371 View commit details
    Browse the repository at this point in the history
  5. Bump version to 0.2.0

    allisonlarson committed Sep 17, 2015
    Configuration menu
    Copy the full SHA
    0514e85 View commit details
    Browse the repository at this point in the history
Loading