MV_PAYMENT_BILLING_SET —
Interchange 5.9.0:
Source: lib/Vend/Payment.pm
Line 204 (context shows lines 194-208 in map_actual():104)
b_state
b_zip
b_country
/;
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;