Name

MV_PAYMENT_REMAP —

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

MV_PAYMENT_REMAP 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 548 (context shows lines 538-552 in map_actual():516)

  b_zip                       b_zip
  country                     country
  b_country                   b_country
  mv_credit_card_exp_month    mv_credit_card_exp_month
  mv_credit_card_exp_year     mv_credit_card_exp_year
  cyber_mode                  mv_cyber_mode
  amount                      amount
  );

# Allow remapping of the variable names
my $remap = $::Variable->{MV_PAYMENT_REMAP} || $::Variable->{CYBER_REMAP};
$remap =~ s/^\s+//;
$remap =~ s/\s+$//;
my (%remap) = split /[\s=]+/, $remap;
for (keys %remap) {

AUTHORS

Interchange Development Group

SEE ALSO

DocBook! Interchange!