RT#42394: paycvv during cust_payby replace (v4+ only) [fixed paycvv removal]
[freeside.git] / httemplate / misc / states.cgi
1 [ <% join(', ', map { qq("$_") } @output) %> ]
2 <%init>
3
4 my $country = $cgi->param('arg');
5 my @output = states_hash($country);
6
7 </%init>