Skip to content

continuous-software/42-cent-paypal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.