0.0.8 • Published 9 years ago

globelabs-charging v0.0.8

Weekly downloads
1
License
MIT
Repository
github
Last release
9 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

9 years ago

0.0.7

9 years ago

0.0.6

9 years ago

0.0.5

9 years ago

0.0.4

9 years ago

0.0.3

9 years ago

0.0.2

9 years ago

0.0.1

9 years ago