0.8.7 • Published 6 years ago

eghl v0.8.7

Weekly downloads
2
License
MIT
Repository
github
Last release
6 years ago

eghl Payment Gateway

eGHL payment gateway library

CircleCI

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
  2. import {buildSalesRequestURL} from 'eghl'

Changelog

v0.8.7

  • use native encode URI component for more accurate encoding
  • fix Error focused tests
  • cleanup

Authors