blob: 95087336d30538936e205bb7914e0644ab819156 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
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
|