2017 © Pedro Peláez
 

opencart-extension braintree-payments

Braintree payment gateway extension for Opencart v1.5.x

image

andyvr/braintree-payments

Braintree payment gateway extension for Opencart v1.5.x

  • Friday, October 10, 2014
  • by andyvr
  • Repository
  • 2 Watchers
  • 4 Stars
  • 5 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 4 Forks
  • 2 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

braintree-payments

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)

Getting Started

Installation

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)

Setup

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)

The Versions

10/10 2014

dev-master

9999999-dev

Braintree payment gateway extension for Opencart v1.5.x

  Sources   Download

MIT

The Requires