Name

CYBER_CURRENCY —

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

CYBER_CURRENCY is available in Interchange versions:

4.6.0

SOURCE

Interchange 4.6.0:

Source: lib/Vend/Order.pm (rev. 1.20 from Tue Mar 6 17:24:20 2001)
Line 585 (context shows lines 575-589 in charge():579)

}
return %actual;
}

sub charge {
my ($charge_type) = @_;
my (%actual) = map_actual();

#::logDebug ("cyber_charge, mode val=$::Values->{mv_cyber_mode} cgi=$CGI::values{mv_cyber_mode} \
 \
 actual=$actual{cyber_mode}");
my $currency =  $::Variable->{MV_PAYMENT_CURRENCY}
      || $::Variable->{CYBER_CURRENCY}
      || 'usd';
$actual{mv_credit_card_exp_month} =~ s/\D//g;
$actual{mv_credit_card_exp_month} =~ s/^0+//;
  $actual{mv_credit_card_exp_year} =~ s/\D//g;

AUTHORS

Interchange Development Group

SEE ALSO

DocBook! Interchange!