Merge branch 'master' of git.freeside.biz:/home/git/Business-OnlinePayment
authorIvan Kohler <ivan@freeside.biz>
Thu, 24 Jan 2013 08:43:24 +0000 (00:43 -0800)
committerIvan Kohler <ivan@freeside.biz>
Thu, 24 Jan 2013 08:43:24 +0000 (00:43 -0800)
Changes
OnlinePayment.pm

diff --git a/Changes b/Changes
index 0aa1ebf..c78d43d 100644 (file)
--- 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
index 80ee195..12b3899 100644 (file)
@@ -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