From 9e52fd8ea0dfacc5f4165733659251771fd9598d Mon Sep 17 00:00:00 2001 From: Ivan Kohler Date: Thu, 24 Jan 2013 00:43:13 -0800 Subject: [PATCH] Document expiration is MM/YY and fix the example --- OnlinePayment.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/OnlinePayment.pm b/OnlinePayment.pm index 4165451..db50ceb 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 -- 2.11.0