copyright the company too :)
[Business-OnlinePayment-GlobalPayments.git] / GlobalPayments.pm
index a6ed89e..cb3a7b6 100644 (file)
@@ -7,7 +7,7 @@ use vars qw($VERSION $DEBUG @ISA $me);
 use base 'Business::OnlinePayment::HTTPS';
 use XML::Simple 'XMLin'; # for parsing reply
 
 use base 'Business::OnlinePayment::HTTPS';
 use XML::Simple 'XMLin'; # for parsing reply
 
-$VERSION = 0.01;
+$VERSION = 0.02;
 $DEBUG = 0;
 $me = __PACKAGE__;
 
 $DEBUG = 0;
 $me = __PACKAGE__;
 
@@ -223,16 +223,16 @@ The following transaction types are supported:
   Credit
   Void
 
   Credit
   Void
 
-For Post Authorization, Credit, and Void, 'order_number' should be set to 
+For Post Authorization, Credit, and Void, I<order_number> should be set to 
 the order_number of the previous transaction.
 
 the order_number of the previous transaction.
 
-Alternately, Post Authorization can be sent with 'authorization' set to an 
+Alternately, Post Authorization can be sent with I<authorization> set to an 
 auth code obtained by telephone.  Similarly, Credit can be sent with credit 
 auth code obtained by telephone.  Similarly, Credit can be sent with credit 
-account information instead of an order_number.
+account information instead of an I<order_number>.
 
 By default, Global Transport will reject duplicate transactions (identical 
 card number, expiration date, and amount) sent on the same day.  This can be 
 
 By default, Global Transport will reject duplicate transactions (identical 
 card number, expiration date, and amount) sent on the same day.  This can be 
-overridden by setting 'force_duplicate' => 1.
+overridden by setting I<force_duplicate> => 1.
 
 =head1 AUTHOR
 
 
 =head1 AUTHOR