TRUSTCOMMERCE_SECRET —
Interchange 5.9.0:
Source: lib/Vend/Payment/TCLink.pm
Line 240 (context shows lines 230-244 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 = {};
}