Name

TRUSTCOMMERCE_ID —

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_ID 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 239 (context shows lines 229-243 in trustcommerce():233)

}

package Vend::Payment;

sub trustcommerce {
my ($user, $amount) = @_;

my $opt;
if(ref $user) {
  $opt = $user;
  $user = $opt->{id} || $::Variable->{TRUSTCOMMERCE_ID} || undef;
  $secret = $opt->{secret} || $::Variable->{TRUSTCOMMERCE_SECRET} || undef;
}
else {
  $opt = {};

AUTHORS

Interchange Development Group

SEE ALSO

DocBook! Interchange!