get_fields now filters out undefs in 3.x
[Business-OnlinePayment-InternetSecure.git] / README
1 Business-OnlinePayment-InternetSecure version 0.01
2 ==================================================
3
4  This is Business::OnlinePayment::InternetSecure, a Business::OnlinePayment
5  backend module for InternetSecure.  It is only useful if you have a merchant
6  account with InternetSecure: <http://www.internetsecure.com>.
7
8  It is based on Business::OnlinePayment::AuthorizeNet written by Jason Kohles.
9
10 INSTALLATION
11
12 To install this module type the following:
13
14    perl Makefile.PL
15    make
16    make test
17    make install
18
19 Live tests will be skipped unless you provide a valid InternetSecure merchant
20 ID via the MERCHANT_ID environment variable.  Here is one way to do this:
21
22    MERCHANT_ID=1234 make test
23
24 DEPENDENCIES
25
26 This module requires these other modules and libraries:
27
28   Business::OnlinePayment
29   Net::SSLeay
30   XML::Simple
31
32 COPYRIGHT AND LICENCE
33
34 Copyright (C) 2006 by Frédéric Brière
35
36 This library is free software; you can redistribute it and/or modify
37 it under the same terms as Perl itself, either Perl version 5.8.7 or,
38 at your option, any later version of Perl 5 you may have available.
39