MV_PAYMENT_REMAP —
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) {