From e78d021db559459eb8db8474d08838817797baae Mon Sep 17 00:00:00 2001 From: ivan Date: Thu, 13 Oct 2005 06:06:24 +0000 Subject: initial import --- README | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 README (limited to 'README') diff --git a/README b/README new file mode 100644 index 0000000..9508733 --- /dev/null +++ b/README @@ -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 + + -- cgit v1.2.1