Import of Business::OnlinePayment 2.01
[Business-OnlinePayment.git] / README
1 *****************************************************************************
2 * Copyright (c) 1999-2004 Jason Kohles. All rights reserved. This program   *
3 * is free software; you can redistribute it and/or modify it under the same *
4 * terms as Perl itself.                                                     *
5 *****************************************************************************
6
7 Business::OnlinePayment is a generic interface for processing payments through
8 online credit card processors, online check acceptance houses, etc.  (If you
9 like buzzwords, call it an "multiplatform ecommerce-enabling middleware
10 solution").
11
12 IMPORTANT: Business::OnlinePayment only defines the frontend interface to the
13 system, in order to use it you also need to have at least one backend
14 processing module installed, there used to be a list here, but so many people
15 have contributed backends now that it is easier to search CPAN to find them.
16
17 http://search.cpan.org/search?m=all&q=Business::OnlinePayment::
18