Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/redapesolutions/eghl
https://github.com/redapesolutions/eghl
Last synced: 2 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/redapesolutions/eghl
- Owner: redapesolutions
- License: mit
- Created: 2017-12-13T06:23:06.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-01-11T03:08:17.000Z (almost 7 years ago)
- Last Synced: 2024-04-29T20:05:14.876Z (7 months ago)
- Language: JavaScript
- Size: 354 KB
- Stars: 1
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# eghl Payment Gateway
eGHL payment gateway library
![CircleCI](https://circleci.com/gh/redapesolutions/eghl.svg?style=shield&circle-token=:circle-token)
## Features
* Generate url for payment page from details including hash
* Verify a payment response
* TODO POST calls to query status of payments## Getting started
1. `npm install eghl`
1. `import {buildSalesRequestURL} from 'eghl'`## Changelog
### v0.8.7
* use native encode URI component for more accurate encoding
* fix Error focused tests
* cleanup## Authors
* [Dawid](https://github.com/Dawidpol)
* [Mat](https://github.com/matiboy)