Name

ECHO_PAYMENT_SERVER — (partly documented)

SYNOPSIS

{ }

DESCRIPTION

Specifies the address 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

ECHO_PAYMENT_SERVER is available in Interchange versions:

4.6.0-5.9.0 (git-head)

SOURCE

Interchange 5.9.0:

Source: lib/Vend/Payment/ECHO.pm
Line 325 (context shows lines 315-329 in echo():274)

if (scalar @errMsgs) {
  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';


AUTHORS

Interchange Development Group

SEE ALSO

DocBook! Interchange!