https://github.com/redapesolutions/eghl
https://github.com/redapesolutions/eghl
Last synced: 23 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/redapesolutions/eghl
- Owner: redapesolutions
- License: mit
- Created: 2017-12-13T06:23:06.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-01-11T03:08:17.000Z (over 8 years ago)
- Last Synced: 2024-12-20T09:28:05.345Z (over 1 year ago)
- Language: JavaScript
- Size: 354 KB
- Stars: 1
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# eghl Payment Gateway
eGHL payment gateway library

## 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)