continuous-software / 42-cent-omise

Node.js SDK for Omise payment gateway.

Home Page:https://www.omise.co/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Greenkeeper badge Build Status

42-cent-omise

Installation

$ npm install -s 42-cent-omise

Usage

var Omise = require('42-cent-omise');
var client = new Omise({
    PUBLIC_KEY: '<PLACEHOLDER>',
    SECRET_KEY: '<PLACEHOLDER>'
});

Gateway API

This is an adaptor of omise-node for 42-cent.
It implements the BaseGateway API.

About

Node.js SDK for Omise payment gateway.

https://www.omise.co/

License:MIT License


Languages

Language:JavaScript 100.0%