• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

t/H17-Jun-2002-8975

ChangesH A D17-Jun-2002145 63

MANIFESTH A D17-Jun-2002108 99

Makefile.PLH A D17-Jun-2002570 1411

READMEH A D17-Jun-2002885 3221

SurePay.pmH A D03-May-202222.4 KiB801575

README

1Business/OnlinePayment/SurePay version 0.01
2===========================================
3
4This is Business::OnlinePayment::SurePay, an Business::OnlinePayment
5backend module for SurePay authorization service.  It is only useful
6if you have a merchant account with SurePay: http://www.surepay.com
7
8Business::OnlinePayment is a generic interface for processing payments
9through online credit card processors, online check acceptance houses, etc.
10
11INSTALLATION
12
13To install this module type the following:
14
15   perl Makefile.PL
16   make
17   make test
18   make install
19
20DEPENDENCIES
21
22This module requires these other modules and libraries:
23
24Business::OnlinePayment
25Net::SSLeay
26
27COPYRIGHT AND LICENCE
28
29All rights reserved. This program is free software; you can redistribute it
30and/or modify it under the same terms as Perl itself.
31
32Copyright (C) 2002 Alexey Khobov