diff options
author | jeff <jeff> | 2007-09-26 21:53:00 +0000 |
---|---|---|
committer | jeff <jeff> | 2007-09-26 21:53:00 +0000 |
commit | 33468536729cb00592ce4ac4af3594b32a8bddb5 (patch) | |
tree | 2f6bcabb3610db3eb18c81fcadc71d370f1090d6 /README |
Initial importstart
Diffstat (limited to 'README')
-rw-r--r-- | README | 24 |
1 files changed, 24 insertions, 0 deletions
@@ -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 <viaklix@weasellips.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"). + +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. + |