From 33468536729cb00592ce4ac4af3594b32a8bddb5 Mon Sep 17 00:00:00 2001 From: jeff Date: Wed, 26 Sep 2007 21:53:00 +0000 Subject: Initial import --- README | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 README (limited to 'README') diff --git a/README b/README new file mode 100644 index 0000000..390082b --- /dev/null +++ b/README @@ -0,0 +1,24 @@ +Copyright (c) 2007 Jeff Finucane +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. + +This is Business::OnlinePayment::viaKLIX, a Business::OnlinePayment +back end module for viaKLIX. http://www.viaklix.com/ + +Based on Business::OnlinePayment::AuthorizeNet written by Jason Kohles. +Currently maintained by Jeff Finucane . + +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"). + +You should be aware that portions of "make test" which interact with +viaKLIX will fail if you configure your virtual terminal to require +fields the tester does not expect to be required. The documentation +specifies that ssl_merchant_id, ssl_pin, ssl_transaction_type, and +ssl_amount are required. All others are optional. You will probably +need to set ssl_user_id via the environment as well, since viaKLIX +recommends not using the administrative login. + -- cgit v1.2.1