Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 872 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 872 Bytes

Build Status Greenkeeper badge

42-cent-paypal

Installation

$ npm install -s 42-cent-paypal

Usage

var Paypal = require('42-cent-paypal').factory;
var client = Paypal({
    CLIENT_ID: '<PLACEHOLDER>',
    CLIENT_SECRET: '<PLACEHOLDER>'
});

Gateway API

This is an adaptor of paypal-rest-sdk for 42-cent.
It implements the BaseGateway API.