diff options
author | ivan <ivan> | 2009-01-25 10:46:32 +0000 |
---|---|---|
committer | ivan <ivan> | 2009-01-25 10:46:32 +0000 |
commit | 3fbab5c84ce8eb8546bf60a136759cb2e9bdd6a4 (patch) | |
tree | 70b0f9e7b1703c220bba8a2770bee202838bafc7 /Jettis.pm | |
parent | 45300d91a7fee7fe229547d51ce72f2243d459ec (diff) |
change SOR flag from Y to N to allow Jettis to scrub transactions
Diffstat (limited to 'Jettis.pm')
-rw-r--r-- | Jettis.pm | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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', |