-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Bump braintree gem version * Changes to support braintree 3.0.x There are two changes required to support braintree 3.0.x 1. lib/active_merchant/billing/gateways/braintree_blue.rb is hardcoded to support specific braintree versions. I have updated this to support versions 3.0.x 2. The android_pay_card parameter has been renamed to google_pay_card. I have modified Billing::Gateways::BraintreeBlue#add_payment_method to hand in google_pay_card, instead of android_pay_card. * updated tests to use google_pay_card * Update changelog
- Loading branch information
Showing
4 changed files
with
6 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters