Name

MV_PAYMENT_SERVER — hostname or IP of the payment gateway

SYNOPSIS

{ hostname | IP }

DESCRIPTION

Specifies hostname or IP of the payment gateway.

VARIABLE TYPE

Catalog variable

EXAMPLES

No examples are available at this time. We do consider this a problem and will try to supply some.

NOTES

AVAILABILITY

MV_PAYMENT_SERVER is available in Interchange versions:

5.0.1-5.7.0 (cvs-head)

SOURCE

Interchange 5.7.0:

Source: lib/Vend/Payment/ECHO.pm (rev. 1.9 from Fri Mar 30 11:39:52 2007)
Line 328 (context shows lines 318-332 in echo():276)

 for (@errMsgs) {
   ::logError($_);
 }
 return 0;
}
@errMsgs = ();

my $server     = $opt->{server} ||
                  charge_param('server') ||
           $::Variable->{ECHO_PAYMENT_SERVER} ||
           $::Variable->{MV_PAYMENT_SERVER} ||
                  $::Variable->{CYBER_SERVER} ||
                  'https://wwws.echo-inc.com/scripts/INR200.EXE';

 my $precision  =  $opt->{precision} ||

AUTHORS

Interchange Development Group

SEE ALSO

DocBook! Interchange!