Skip to content
This repository has been archived by the owner on Oct 1, 2019. It is now read-only.

Latest commit

 

History

History
22 lines (15 loc) · 783 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 783 Bytes

Build Status Greenkeeper badge

node-rocketgate

Installation

$ npm install -s rocketgate

Usage

var RocketGate = require('rocketgate');
var client = new RocketGate.gateway({
    MERCHANT_ID: <PLACEHOLDER>,
    MERCHANT_PASSWORD: '<PLACEHOLDER>'
});

Gateway API

This SDK is natively compatible with 42-cent.
It implements the BaseGateway API.