Name

TRUSTCOMMERCE_TEST —

SYNOPSIS

DESCRIPTION

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

TRUSTCOMMERCE_TEST is available in Interchange versions:

4.6.0-5.9.0 (git-head)

SOURCE

Interchange 5.9.0:

Source: lib/Vend/Payment/TCLink.pm
Line 316 (context shows lines 306-320 in trustcommerce():233)

$order_id = gen_order_id($opt);

$name = $actual->{b_fname} . ' ' . $actual->{b_lname};

    $avs = $opt->{avs} || $::Variable->{TRUSTCOMMERCE_AVS} || 'n';

my %query = (
amount          => $amount,
cc      => $actual->{mv_credit_card_number},
  exp      => $exp,
  demo      => $opt->{test} || charge_param('test') || $::Variable->{TRUSTCOMMERCE_TEST},
  name      => $name,
  address1    => $actual->{b_address},
  city      => $actual->{b_city},
  state      => $actual->{b_state},

AUTHORS

Interchange Development Group

SEE ALSO

DocBook! Interchange!