summaryrefslogtreecommitdiff
path: root/IPPay.pm
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2021-03-30 10:35:55 -0700
committerIvan Kohler <ivan@freeside.biz>2021-03-30 10:35:55 -0700
commitf471ec6ca2456ddabfeaf42949a077fc0b326ff0 (patch)
tree69a2bb8b23dad507693e2d927bf7020a3be45d49 /IPPay.pm
parentacf17e1d6e2e4233b800a56ca6fead3d205a5f7f (diff)
Update tests for new test server
Diffstat (limited to 'IPPay.pm')
-rw-r--r--IPPay.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/IPPay.pm b/IPPay.pm
index 7f15fcc..1fca678 100644
--- a/IPPay.pm
+++ b/IPPay.pm
@@ -217,6 +217,7 @@ sub submit {
}
if ($self->test_transaction()) {
$content{'login'} = 'TESTTERMINAL';
+ $self->server('testgtwy.ippay.com') if $self->server eq 'gtwy.ippay.com';
}
$self->content(%content);