MV_PAYMENT_BILLING_INDICATOR —
MV_PAYMENT_BILLING_INDICATOR is available in Interchange versions:
4.6.0-5.9.0 (git-head)
Interchange 5.9.0:
Source: lib/Vend/Payment.pm
Line 207 (context shows lines 197-211 in map_actual():104)
/;
my @billing_ind = qw/
b_address1
b_city
/;
if(my $str = $::Variable->{MV_PAYMENT_BILLING_SET}) {
@billing_set = grep $_ !~ /\W/, split /[\s,\0]+/, $str;
}
if(my $str = $::Variable->{MV_PAYMENT_BILLING_INDICATOR}) {
@billing_ind = grep $_ !~ /\W/, split /[\s,\0]+/, $str;
}
@billing_set{@billing_set} = @billing_set;