1.1.1 • Published 7 years ago

42-cent-worldpay v1.1.1

Weekly downloads
34
License
MIT
Repository
github
Last release
7 years ago

Build Status

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.