0.6.0 • Published 3 years ago

shepa v0.6.0

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

3 years ago

0.5.84

3 years ago

0.5.83

3 years ago

0.5.82

3 years ago

0.5.81

3 years ago

0.5.80

3 years ago

0.5.79

3 years ago

0.5.78

3 years ago

0.5.77

3 years ago

0.5.76

3 years ago

0.5.75

3 years ago

0.5.74

3 years ago

0.5.72

3 years ago

0.5.71

3 years ago

0.5.7

3 years ago

0.5.5

3 years ago

0.5.0

3 years ago