diff options
author | ivan <ivan> | 2007-05-02 01:32:31 +0000 |
---|---|---|
committer | ivan <ivan> | 2007-05-02 01:32:31 +0000 |
commit | 196db498d6a75d4a772946049fbaee6b4700dd85 (patch) | |
tree | 15ed6a39999bdc05c0e3e021f313e97b1ea062ba /README | |
parent | fc1c50ec369553974c7ea4cef4419003d41067ee (diff) |
- Update for new test account.
- Add "cargs" argument including "-k" when in test mode.
- Move tests from t2/ and have them actually work out of the box.
- get rid of old Exporter / AutoLoader cruft
- patch from Mark D. Anderson <mda@discerning.com>:
- addrnum should be first digit string, not first word
- avoid uninitialized variable warnings in lpperl due to webspace and
debug
- Map customer_ip, customer_id, invoice_number and description fields
- Pass email, company, fax fields
- Set lpperl debug if our $DEBUG is set
- Better/supplimental download link for lpperl.pm
Diffstat (limited to 'README')
-rw-r--r-- | README | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -1,4 +1,5 @@ Copyright (c) 2002 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. @@ -7,12 +8,10 @@ backend module for LinkPoint. It is only useful if you have a merchant account with LinkPoint (Cardservice): http://www.linkpoint.com/ and the "LinkPoint Perl Wrapper": http://www.linkpoint.com/product_solutions/internet/lperl/lperl_main.html +http://www.linkpoint.com/viewcart/down_index.htm It is based on Business::OnlinePayment::AuthorizeNet written by Jason Kohles. -There are additional tests in t2/ that may be useful to you once you have a -store number and key file. - Ivan Kohler <ivan-linkpoint@420.am> Business::OnlinePayment is a generic interface for processing payments through |