summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorivan <ivan>2011-03-07 00:02:09 +0000
committerivan <ivan>2011-03-07 00:02:09 +0000
commit520f40f57d0ac8683d5ee4274c50399daac7bff7 (patch)
tree2d22ca8fb437aaceb9fcb4de219077db672a98b5
parent3daea42225d6495268c222607f385248ca51c424 (diff)
content in README
-rw-r--r--Changes2
-rw-r--r--README12
2 files changed, 13 insertions, 1 deletions
diff --git a/Changes b/Changes
index 640c011..c0440b6 100644
--- a/Changes
+++ b/Changes
@@ -3,6 +3,6 @@ Revision history for Perl extension Business::OnlinePayment::USAePay.
0.02 Sun Mar 6 15:54:24 PST 2011
- test fixes, documentation updates, otherwise functionally unchanged
-0.01 unreleased
+0.01 Fri Nov 24 2006
- Initial version
diff --git a/README b/README
index e69de29..d237118 100644
--- a/README
+++ b/README
@@ -0,0 +1,12 @@
+Copyright (c) 2011 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.
+
+This is Business::OnlinePayment::USAePay, a Business::OnlinePayment backend
+module for USAePay. It is only useful if you have a merchant account with
+USAePay: http://www.usaepay.com
+
+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").