42-cent-omise

42-cent adaptor for the omise payement gateway

Usage no npm install needed!

<script type="module">
  import 2CentOmise from 'https://cdn.skypack.dev/42-cent-omise';
</script>

README

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.