Name

MV_PAYMENT_ID — specifies merchant identifier

SYNOPSIS

{ }

DESCRIPTION

Specifies merchant identifier for the selected 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_ID 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 302 (context shows lines 292-306 in echo():276)

#::logDebug("echo called, args=" . ::uneval(\@_));

my (%actual) = map_actual();

my @errMsgs = ();
# Required for validation
if (! $user) {
$user      = $opt->{id} || 
             charge_param('id') ||  
             $::Variable->{ECHO_PAYMENT_ID} ||
             $::Variable->{MV_PAYMENT_ID} ||
              $::Variable->{CYBER_ID}
              or push @errMsgs, "No payment ID found.";
}


Source: lib/Vend/Payment/Protx2.pm (rev. 1.2 from Thu Apr 10 23:44:45 2008)
Line 600 (context shows lines 590-604 in protx():525)

        return %result;
    }
}
# 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';


AUTHORS

Interchange Development Group

SEE ALSO

DocBook! Interchange!