diff options
Diffstat (limited to 'README')
-rw-r--r-- | README | 29 |
1 files changed, 29 insertions, 0 deletions
@@ -0,0 +1,29 @@ +Business/OnlinePayment/PaySystems version 0.01 +============================================== + +Module for doing creditcard transactions with PaySystems + +INSTALLATION + +To install this module type the following: + + perl Makefile.PL + make + make test + make install + +DEPENDENCIES + +This module requires these other modules and libraries: + +Net::SSLeay +Business::OnlinePayment +Test::More + +COPYRIGHT AND LICENCE + +Put the correct copyright and licence information here. + +Copyright (C) 2003 SimplyMarketingInc.com + + |