Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 608 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 608 Bytes

purescript-tpay

Implements integration with Tpay's integration without API. Contains data structures

  • Request which contains all available request parameters which can be sent
  • Response which implements transaction notification

Data from Request should be embedded in form which will POST it to https://secure.tpay.com.

See example of usage at tpay example.

Testing

$ pulp test --main 'Unit.Main'

or

$ pulp test --main 'Integration.Main'