diff options
author | ivan <ivan> | 2004-09-03 23:37:13 +0000 |
---|---|---|
committer | ivan <ivan> | 2004-09-03 23:37:13 +0000 |
commit | 915bd5ff8cf528b62d79d045c436d17d92be4d89 (patch) | |
tree | 5e95dc9d5d86557cb7727e917949b3219bf080d6 /README |
inital checking of OpenECHO module
Diffstat (limited to 'README')
-rw-r--r-- | README | 20 |
1 files changed, 20 insertions, 0 deletions
@@ -0,0 +1,20 @@ +Copyright (C) 2002 Electric Pulp. <info@electricpulp.com> +Copyright (c) 2004 Ivan Kohler +All rights reserved. This program is free software; you can redistribute it +and/or modify it under the terms of the GNU General Public License as +published by the Free Software Foundation; either version 2 of the License, or +(at your option) any later version. + +This is Business::OnlinePayment::OpenECHO, an Business::OnlinePayment +backend module for ECHO. It is only useful if you have a merchant account +with ECHO: http://www.echo-inc.com/ (also see http://www.openecho.com/) + +This module is based on code written by Michael Lehmkuhl +<michael@electricpulp.com>, with special thanks to Jim Darden +<jdarden@echo-inc.com> and Dan Browning <db@kavod.com>. It was adapted to +the Business::OnlinePayment API by Ivan Kohler <ivan-openecho@420.am>. + +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"). |