summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorjeff <jeff>2009-03-02 23:42:02 +0000
committerjeff <jeff>2009-03-02 23:42:02 +0000
commit0d35df46d6edbe51eb56f7444e4382f69827150a (patch)
tree657b09fe970ce2c0a254708e91cfcfe0e7fcf22e /README
Diffstat (limited to 'README')
-rw-r--r--README23
1 files changed, 23 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 0000000..7865e93
--- /dev/null
+++ b/README
@@ -0,0 +1,23 @@
+*****************************************************************************
+* Copyright (c) 1999-2004 Jason Kohles. *
+* Copyright (c) 2004 Ivan Kohler *
+* Copyright (c) 2007 Freeside Internet Services, Inc.
+* All rights reserved. This program is free software; you can redistribute *
+* it and/or modify it under the same terms as Perl itself. *
+*****************************************************************************
+
+Business::OnlinePayment is a generic interface for processing payments through
+online credit card processors, online check acceptance houses, etc. (If you
+like buzzwords, call it an "multiplatform ecommerce-enabling middleware
+solution").
+
+IMPORTANT: Business::OnlinePayment only defines the frontend interface to the
+system, in order to use it you also need to have at least one backend
+processing module installed.
+
+Homepage:
+ http://420.am/business-onlinepayment/
+
+Search CPAN for backends:
+ http://search.cpan.org/search?m=all&q=Business::OnlinePayment::
+