From: Ivan Kohler Date: Thu, 24 Jan 2013 08:43:24 +0000 (-0800) Subject: Merge branch 'master' of git.freeside.biz:/home/git/Business-OnlinePayment X-Git-Url: http://git.freeside.biz/gitweb/?p=Business-OnlinePayment.git;a=commitdiff_plain;h=07035c2b300af85aacf04c04167a70927bc0ce92;hp=1fecd34ec1abf4d81244a99948d1948cc8863a83 Merge branch 'master' of git.freeside.biz:/home/git/Business-OnlinePayment --- diff --git a/Changes b/Changes index 0aa1ebf..c78d43d 100644 --- a/Changes +++ b/Changes @@ -2,6 +2,7 @@ Revision history for Perl extension Business::OnlinePayment. 3.03 unreleased - Document Reverse Authorization action + - Document expiration is MM/YY and fix the example 3.02 Fri Aug 19 16:20:04 PDT 2011 - Fix fatal error calling ->info('supported_actions') on a gateway that diff --git a/OnlinePayment.pm b/OnlinePayment.pm index 80ee195..12b3899 100644 --- a/OnlinePayment.pm +++ b/OnlinePayment.pm @@ -270,7 +270,7 @@ Business::OnlinePayment - Perl extension for online payment processing type => 'Visa', amount => '49.95', card_number => '1234123412341238', - expiration => '0100', + expiration => '06/15', name => 'John Q Doe', ); $transaction->submit(); @@ -501,7 +501,7 @@ Credit card number. =item expiration -Credit card expiration. +Credit card expiration, MM/YY. =item cvv2