dev-master
9999999-devBraintree payment gateway extension for Opencart v1.5.x
MIT
The Requires
- php >=5.2.1
- braintree/braintree_php 2.32.0
Braintree payment gateway extension for Opencart v1.5.x
Braintree Payments Opencart module is the simple and lightweight implementation of braintree.com payment service for Opencart. It's licensed under MIT license, feel free to use it in any project or modify the source code at your will., (*1)
The most convenient way to install the extension is with Composer, add following code to your composer.json file:, (*2)
{ "require": { "andyvr/braintree-payments": "@dev" }, "scripts": { "post-install-cmd": [ "sh ./vendor/andyvr/braintree-payments/extension-install.sh" ] } }
If you don't use Composer you can just copy over admin, catalog and vendor folders to your Opencart root., (*3)
Activate the extension thru your Opencart Admin Panel., (*4)
The extension uses the Braintree API. You need to enter either Sandbox or Production Public/Private API keys and the Merchant ID on the extension settings page., (*5)
In order to obtain this information please login to your Braintree account dashboard, click on Account in the top right corner of the page, then API Keys., (*6)
When switching to Production mode please replace API keys and Merchant ID with Production ones and change Transaction Mode setting to Production. You're all set to accept credit card payments thru Braintree., (*7)
Braintree payment gateway extension for Opencart v1.5.x
MIT