summaryrefslogtreecommitdiff
path: root/Jettis.pm
diff options
context:
space:
mode:
Diffstat (limited to 'Jettis.pm')
-rw-r--r--Jettis.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/Jettis.pm b/Jettis.pm
index 673bf67..1eb295c 100644
--- 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',