eghl
v0.8.7
Published
eGHL library
Downloads
10
Maintainers
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
npm install eghl
import {buildSalesRequestURL} from 'eghl'
Changelog
v0.8.7
- use native encode URI component for more accurate encoding
- fix Error focused tests
- cleanup