From f471ec6ca2456ddabfeaf42949a077fc0b326ff0 Mon Sep 17 00:00:00 2001 From: Ivan Kohler Date: Tue, 30 Mar 2021 10:35:55 -0700 Subject: Update tests for new test server --- IPPay.pm | 1 + 1 file changed, 1 insertion(+) (limited to 'IPPay.pm') 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); -- cgit v1.2.1