0.0.8 • Published 10 years ago

globelabs-charging v0.0.8

Weekly downloads
1
License
MIT
Repository
github
Last release
10 years ago

globelabs-charging Build Status

NPM

Simple wrapper for globelabs charge api

Installation

npm install globelabs-charging

Setup

var Charge = require('globelabs-charging');

Usage

var charge = Charge(token);

var options = {
  amount: '1.00',
  subscriberMobile: '09151111111',
  referenceCode: '001',
  description: 'hello'
};

charge.send(options, function(err, transaction) {
  //do things here
});

see: globelabs-api for charging docs

0.0.8

10 years ago

0.0.7

10 years ago

0.0.6

10 years ago

0.0.5

10 years ago

0.0.4

10 years ago

0.0.3

10 years ago

0.0.2

10 years ago

0.0.1

10 years ago