Name

CYBER_PORT — specify port for communication with selected payment gateways

SYNOPSIS

{ port number }

DESCRIPTION

The variable specifies the port over which to communicate with the payment gateway server.

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

CYBER_PORT is available in Interchange versions:

4.6.0

SOURCE

Interchange 4.6.0:

Source: lib/Vend/Order.pm (rev. 1.20 from Tue Mar 6 17:24:20 2001)
Line 650 (context shows lines 640-654 in charge():579)

}
%result = $sub->(@args);
$Vend::Session->{payment_result} =
  $Vend::Session->{cybercash_result} = \%result;
}
elsif ($actual{cyber_mode} =~ /^minivend_test(?:_(.*))?/) {
my $status = $1 || 'success';
# Interchange test mode
my %payment = (
  'host' => $::Variable->{CYBER_HOST} || 'localhost',
  'port' => $::Variable->{CYBER_PORT} || 8000,
  'secret' => $::Variable->{CYBER_SECRET} || '',
  'config' => $::Variable->{CYBER_CONFIGFILE} || '',
);
  &testSetServer ( %payment );

AUTHORS

Interchange Development Group

SEE ALSO

DocBook! Interchange!