Socket
Book a DemoInstallSign in
Socket

42-cent-braintree

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

42-cent-braintree

42-cent adaptor for braintree payment gateway

latest
Source
npmnpm
Version
1.0.0
Version published
Weekly downloads
5
66.67%
Maintainers
1
Weekly downloads
 
Created
Source

Build Status

42-cent-braintree

Installation

$ npm install -s 42-cent-braintree

Usage

var Braintree = require('42-cent-braintree');
var client = new Braintree({
    MERCHANT_ID: '<PLACEHOLDER>',
    PUBLIC_KEY: '<PLACEHOLDER>',
    PRIVATE_KEY: '<PLACEHOLDER>'
});

Gateway API

This is an adaptor of braintree_node for 42-cent.
It implements the BaseGateway API.

Keywords

42-cent

FAQs

Package last updated on 30 Jul 2015

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts