MV_PAYMENT_HOST —
Interchange 5.7.0:
Source: lib/Vend/Payment/Protx2.pm (rev. 1.2 from Thu Apr 10 23:44:45 2008)
Line 601 (context shows lines 591-605 in protx():525)
}
}
# wrap around everything to bottom
else {
my %actual = map_actual();
$actual = \%actual;
$opt = {};
#::logDebug("actual map result: " . ::uneval($actual));
$vendor = $opt->{id} || charge_param('id') || $::Variable->{MV_PAYMENT_ID};
$opt->{host} = charge_param('host') || $::Variable->{MV_PAYMENT_HOST} \
\
|| 'ukvpstest.protx.com';
$opt->{use_wget} = charge_param('use_wget') || '1';
$opt->{port} = '443';
if ($txtype =~ /DEFERRED|PAYMENT|AUTHENTICATE|PREAUTH/i) {