Name

TRUSTCOMMERCE_AVS —

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_AVS 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 310 (context shows lines 300-314 in trustcommerce():233)

if(! $amount) {
  $amount = Vend::Interpolate::total_cost();
  $amount = Vend::Util::round_to_frac_digits($amount,$precision);
}
      $amount =~ s/\D//g;

$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},

AUTHORS

Interchange Development Group

SEE ALSO

DocBook! Interchange!