From c29df2d4316f663a9ad1c6327f36262e97695cc8 Mon Sep 17 00:00:00 2001 From: Ivan Kohler Date: Fri, 5 Feb 2016 07:34:30 -0800 Subject: [PATCH] doc --- Changes | 3 +++ CreditCard.pm | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/Changes b/Changes index 2747fbb..5fa7daf 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,8 @@ Revision history for Perl extension Business::CreditCard. +0.35 unreleased + - doc: Clarify processing agreements don't apply to Canada + 0.34 Fri Feb 5 07:24:00 PST 2016 - 19 digit Visa and Discover cards - MasterCard 222100–272099 range diff --git a/CreditCard.pm b/CreditCard.pm index ea12fee..0ef0110 100644 --- a/CreditCard.pm +++ b/CreditCard.pm @@ -5,7 +5,7 @@ use vars qw( @ISA $VERSION $Country ); @ISA = qw( Exporter ); -$VERSION = "0.34"; +$VERSION = "0.35_01"; $Country = 'US'; @@ -83,7 +83,7 @@ Credit card issuers have recently been forming agreements to process cards on other networks, in which one type of card is processed as another card type. By default, Business::CreditCard returns the type the card should be treated as -in the US and Canada. You can change this to return the type the card should +in the US. You can change this to return the type the card should be treated as in a different country by setting C<$Business::CreditCard::Country> to your two-letter country code. This is probably what you want to determine if you accept the card, or which -- 2.11.0