Skip to content

continuous-software/42-cent-worldpay

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status Greenkeeper badge

42-cent-worldpay

Installation

$ npm install -s 42-cent-worldpay

Usage

var WorldPay = require('42-cent-worldpay').WorldPay;
var client = new WorldPay({
    SERVICE_KEY: '<PLACEHOLDER>',
    CLIENT_KEY: '<PLACEHOLDER>'
});

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