From b2492009212a9e84abac9f50f9e7ac26ec72f610 Mon Sep 17 00:00:00 2001 From: fbriere Date: Mon, 13 Feb 2006 22:58:59 +0000 Subject: [PATCH] Rewrote documentation a bit --- InternetSecure.pm | 27 ++++++++++++++------------- 1 file changed, 14 insertions(+), 13 deletions(-) diff --git a/InternetSecure.pm b/InternetSecure.pm index 0b14dac..a4cd4ed 100755 --- a/InternetSecure.pm +++ b/InternetSecure.pm @@ -394,23 +394,24 @@ Transaction type, being one of the following: =item card_number (required) -Credit card number. Any spaces will be removed. +Credit card number. Spaces are allowed, and will be automatically removed. =item exp_date (required) -Credit card expiration date. Since L does not -specify any syntax, this module is rather lax in what it will accept. It is -recommended to use either I or I, to avoid any nasty -surprises. +Credit card expiration date. Since L does not specify +any syntax, this module is rather lax regarding what it will accept. The +recommended syntax is I, but forms such as I or I are +allowed as well. =item cvv2 Three- or four-digit verification code printed on the card. This can be left blank or undefined, in which case no check will be performed. Whether or not a -transaction will be declined in case of a mismatch depends on the merchant. +transaction will be declined in case of a mismatch depends on the merchant +account configuration. This number may be called Card Verification Value (CVV2), Card Validation -Code (CVC2) or Card Identification number (CID). +Code (CVC2) or Card Identification number (CID), depending on the card issuer. =item description @@ -427,21 +428,21 @@ L<"Products list syntax">. =item currency Currency of all amounts for this order. This can currently be either -C (default) or C. +C (default) or C. =item taxes Taxes to be added automatically. These should not be included in B; -they will be added by Internet Secure later on. +they will be automatically added by Internet Secure later on. -Available taxes are C, C and C; multiple taxes must be -separated by spaces. +Available taxes are C, C and C. Taxes can be combined by +separating them with spaces, such as C. =item name / company / address / city / state / zip / country / phone / email Facultative customer information. B should be either a postal abbreviation or a two-letter code taken from ISO 3166-2, and B should -be a two-letter code taken from in ISO 3166-1. +be a two-letter code taken from ISO 3166-1. =back @@ -552,7 +553,7 @@ Frederic Briere, Efbriere@fbriere.netE =head1 COPYRIGHT AND LICENSE -Copyright (C) 2004 by Frederic Briere +Copyright (C) 2006 by Frederic Briere 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, -- 2.11.0