Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
This branch refactors the code to follow Braintree's update on Feb. 27th, 2018 to using gateway instance methods rather than class level methods. This branch is compatible with the 2.x branch of Braintree API.
Updating from the 1.x branch is straight forward. Just replace the braintree_cashier module, and make sure you update the Braintree API module to the 2.x branch also. There is no DB update.
Release candidate for the new 8.x-2.0 branch. This branch refactors the code to follow Braintree's update on Feb. 27th, 2018 to using gateway instance methods rather than class level methods. Their explanation is here: https://developers.braintreepayments.com/reference/general/class-level-v.... This branch allows code leveraging braintree_api to follow the Braintree docs, which have been updated to use gateway instance methods.