Business-OnlinePayment-InternetSecure
view release on metacpan or search on metacpan
InternetSecure.pm view on Meta::CPAN
=over 4
=item - Visa
=item - MasterCard
=item - American Express
=item - Discover
=item - JCB
=back
=back
=head1 NOTES
=head2 Products list syntax
Optionally, the B<description> field of B<content>() can contain a reference
to an array of products, instead of a simple string. Each element of this
array represents a different product, and must be a reference to a hash with
the following fields:
=over 4
=item amount (required)
Unit price of this product.
=item quantity
Ordered quantity of this product.
=item sku
Internal code for this product.
=item description
Description of this product
=item taxes
Taxes that should be automatically added to this product. If specified, this
overrides the B<taxes> field passed to B<content>().
=back
When using a products list, the B<amount> field passed to B<content>() should
be left undefined.
=head2 Character encoding
When using non-ASCII characters, all data provided to B<contents>() should
have been decoded beforehand via the C<Encode> module, unless your data is in
ISO-8859-1 and you haven't meddled with the C<encoding> pragma. (Please
don't.)
InternetSecure currently does not handle characters outside of ISO-8859-1, so
these will be replaced with C<?> before being transmitted.
=head1 EXPORT
None by default.
=head1 SEE ALSO
L<Business::OnlinePayment>
=head1 AUTHORS
Frédéric Brière, E<lt>fbriere@fbriere.netE<gt>
Slobodan MiÅ¡koviÄ, E<lt>slobodan.miskovic@taskforce-1.comE<gt>, http://www.taskforce-1.com/
=head1 COPYRIGHT AND LICENSE
Copyright (C) 2006 by Frédéric Brière
This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself, either Perl version 5.8.4 or,
at your option, any later version of Perl 5 you may have available.
=cut
( run in 1.270 second using v1.01-cache-2.11-cpan-600a1bdf6e4 )