-
Notifications
You must be signed in to change notification settings - Fork 110
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
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: highfidelity/fake_braintree
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.8.0
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: highfidelity/fake_braintree
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 6 commits
- 12 files changed
- 3 contributors
Commits on Nov 19, 2015
-
Bugfix: Ignore empty discount/addon arrays
The Braintree API is just fine with accepting an empty array – so FakeBraintree should be fine with this as well. Example: Braintree::Subscription.update(subscription_id, discounts: { add: [], update: [{ existing_id: some_id, amount: some_amount }] }) This previously failed because FakeBraintree would stop at the `add` key since it can be found and isn't nil. After this patch, FakeBraintree continues on the empty array and correctly updates the discount.
Clemens Kofler committedNov 19, 2015 Configuration menu - View commit details
-
Copy full SHA for cc82653 - Browse repository at this point
Copy the full SHA cc82653View commit details
Commits on Dec 8, 2015
-
Merge pull request #109 from clemens/bugfix/ignore-empty-discounts-array
Bugfix: Ignore empty discount/addon arrays
Configuration menu - View commit details
-
Copy full SHA for 5f5aae1 - Browse repository at this point
Copy the full SHA 5f5aae1View commit details
Commits on Dec 14, 2015
-
Bugfix: Ensure creation time is set when records are created
According go the API docs, pretty much every record in the Braintree API has a created_at field – so we should have them as well.
Clemens Kofler committedDec 14, 2015 Configuration menu - View commit details
-
Copy full SHA for c8bea45 - Browse repository at this point
Copy the full SHA c8bea45View commit details
Commits on Apr 20, 2016
-
Merge pull request #112 from clemens/bugfix/ensure-creation-time-is-s…
…et-when-records-are-created Bugfix: Ensure creation time is set when records are created
Configuration menu - View commit details
-
Copy full SHA for 630217c - Browse repository at this point
Copy the full SHA 630217cView commit details
Commits on Jul 28, 2016
-
Braintree::PaymentMethod.delete returns success object instead of boolean
Manjot Sangha committedJul 28, 2016 Configuration menu - View commit details
-
Copy full SHA for 42ff29b - Browse repository at this point
Copy the full SHA 42ff29bView commit details
Commits on Aug 12, 2016
-
Merge pull request #115 from finventures/ms-fixed-failing-test
Fixed broken spec
Configuration menu - View commit details
-
Copy full SHA for 2a7f517 - Browse repository at this point
Copy the full SHA 2a7f517View commit details
There are no files selected for viewing