summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--AuthorizeNet.pm5
-rw-r--r--Changes2
2 files changed, 6 insertions, 1 deletions
diff --git a/AuthorizeNet.pm b/AuthorizeNet.pm
index 8a389b9..63e2b6f 100644
--- a/AuthorizeNet.pm
+++ b/AuthorizeNet.pm
@@ -1,6 +1,6 @@
package Business::OnlinePayment::AuthorizeNet;
-# $Id: AuthorizeNet.pm,v 1.12 2002-08-03 21:20:51 ivan Exp $
+# $Id: AuthorizeNet.pm,v 1.13 2002-08-14 00:09:11 ivan Exp $
use strict;
use Carp;
@@ -107,6 +107,7 @@ sub submit {
company => 'x_Company',
order_number => 'x_Trans_ID',
cvv2 => 'x_Card_Code',
+ currency => 'x_Currency_Code',
);
if($self->transaction_type() eq "ECHECK") {
@@ -271,6 +272,8 @@ OST <services@ostel.com> paid for it.
T.J. Mather <tjmather@maxmind.com> sent a patch for the CVV2 field.
+Mike Barry <mbarry@cos.com> sent in a patch for the referer field.
+
=head1 SEE ALSO
perl(1). L<Business::OnlinePayment>.
diff --git a/Changes b/Changes
index a1903d1..3e9dfb7 100644
--- a/Changes
+++ b/Changes
@@ -3,6 +3,8 @@ Revision history for Perl extension Business::OnlinePayment::AuthorizeNet.
3.12 unreleased
- Added cvv2 field, patch from "T.J. Mather" <tjmather@maxmind.com>
- Added referer field, patch from Mike Barry <mbarry@cos.com>
+ - Added currency field, request from
+ "Oleksandr Kapitanenko" <kapitan@portaone.com>
3.11 Sat May 4 00:43:36 PDT 2002
- forgot 3.10 changelog in 3.10 :)