diff options
Diffstat (limited to 'IPPay.pm')
-rw-r--r-- | IPPay.pm | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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); |