change SOR flag from Y to N to allow Jettis to scrub transactions
authorivan <ivan>
Sun, 25 Jan 2009 10:46:32 +0000 (10:46 +0000)
committerivan <ivan>
Sun, 25 Jan 2009 10:46:32 +0000 (10:46 +0000)
Changes
Jettis.pm

diff --git a/Changes b/Changes
index 191736b..03aadf9 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,8 @@
 Revision history for Perl extension Business::OnlinePayment::Jettis.
 
+0.02  Sun Jan 25 02:43:21 PST 2009
+        -change SOR flag from Y to N to allow Jettis to scrub transactions
+
 0.01  Sat Nov  9 13:39:46 PST 2002
        -original version; created by ivan 1.0
 
index 673bf67..1eb295c 100644 (file)
--- a/Jettis.pm
+++ b/Jettis.pm
@@ -13,7 +13,7 @@ require Exporter;
 @ISA = qw(Exporter AutoLoader Business::OnlinePayment);
 @EXPORT = qw();
 @EXPORT_OK = qw();
-$VERSION = '0.01';
+$VERSION = '0.02';
 
 $DEBUG = 0;
 
@@ -204,7 +204,7 @@ sub submit {
        PRODUCT_ID      => \($self->product_id()),
        MERCHANT_ID     => 'login',
        VERSION         => \'1.0',
-       SOR             => \'Y',
+       SOR             => \'N',
        REMOTE_ADDR     => \'10.0.0.1',
        TERMS_AGREE     => \'Y',
        CHECK_AGE       => \'Y',