0.5.76 • Published 4 years ago

shepa v0.5.76

Weekly downloads
-
License
MIT
Repository
github
Last release
4 years ago

Shepa

Table of Contents

Install

This is a Node.js module available through the npm registry.

Before installing, download and install Node.js. Node.js 0.6 or higher is required.

Installation is done using the npm install command:

$ npm i shepa

Introduction

A very simple tool to send and verify shepa payment gateway.

HowToUse

Merchant

Write this code in js file:

Send

import Shepa from "shepa";

let shepa = new Shepa('Merchant');
shepa.send(apiKey, amount);

Verify

import Shepa from "shepa";

let shepa = new Shepa('Merchant');
shepa.send(apiKey, token, amount);

Sandbox

Write this code in js file:

Send

import Shepa from "shepa";

let shepa = new Shepa('Sandbox');
shepa.send(apiKey, amount);

Verify

import Shepa from "shepa";

let shepa = new Shepa('Sandbox');
shepa.send(apiKey, token, amount);

ChangeLog

Change Log

0.6.0

4 years ago

0.5.84

4 years ago

0.5.83

4 years ago

0.5.82

4 years ago

0.5.81

4 years ago

0.5.80

4 years ago

0.5.79

4 years ago

0.5.78

4 years ago

0.5.77

4 years ago

0.5.76

4 years ago

0.5.75

4 years ago

0.5.74

4 years ago

0.5.72

4 years ago

0.5.71

4 years ago

0.5.7

4 years ago

0.5.5

4 years ago

0.5.0

4 years ago