Simple Braintree gateway

Categories

Component ID

2560947

Component name

Simple Braintree gateway

Component type

module

Maintenance status

Development status

Component security advisory coverage

not-covered

Component created

Component changed

Component body

INTRODUCTION : Current Maintainer: Rishabh Khare
A simple integration of braintree gateway.

INSTALLATION:
* Install as you would normally install a contributed Drupal module. See:
https://drupal.org/documentation/install/modules-themes/modules-7
for further information.

* Download the braintree Library from following URL.
https://github.com/braintree/braintree_php
for further information.

* Extract your folder and navigate to braintree_php-master/.
Now create directory called braintree_php inside sites/all/libraries. Copy
the contents of braintree_php-master to braintree_php folder that you have
created in sites/all/libraries.

CONFIGURATION :
Administrator needs to set the braintree configuration. For set up the Braintree
configuration navigate to
/admin/config/braintree_payment_config/configuration

* From here Admin can select the braintree server environment (sandbox/live).
* All the content type listing are showing here.
* Those content type which are selected here there is one price field will
create in selected content type.
* Enter the amount in respective node, save it and click on buy button on node
view page.

Similar projects and how they are different: Similar projects are -
https://www.drupal.org/project/commerce_braintree

In this module intregration of Braintree Payments and there is no dependency with other modules like commerce. In this module User can purchase any type of nodes based on the administrator configuration.