correct misdocumentation of $Business::CreditCard::Country
[Business-CreditCard.git] / CreditCard.pm
index bc700f8..959430a 100644 (file)
@@ -82,11 +82,11 @@ 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
 be treated as in a different country by setting
-C<$Business::OnlinePayment::Country> to your two-letter country code.  This
+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
 merchant agreement it is processed through.
 
-You can also set C<$Business::OnlinePayment::Country> to a false value such
+You can also set C<$Business::CreditCard::Country> to a false value such
 as the empty string to return the "base" card type.  This is probably only
 useful for informational purposes when used along with the default type.