braintree icon indicating copy to clipboard operation
braintree copied to clipboard

Meteor JS wrapper for Braintree Payments.

Results 2 braintree issues
Sort by recently updated
recently updated
newest added

Is this running braintree version 1.27? Looks like that according to the npm file: https://github.com/patrickml/braintree/blob/master/.npm/package/npm-shrinkwrap.json It appears version 2.74 is required to deal with single page apps to regenerate the...

Instead of settings the config each and everytime you want to make an API call we could have an option for globally settings them by doing something like this. ```...

help wanted