Implements integration with Tpay's integration without API. Contains data structures
Request
which contains all available request parameters which can be sentResponse
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.
$ pulp test --main 'Unit.Main'
or
$ pulp test --main 'Integration.Main'