fix backend recharge w/prepaid card, RT#13478
[freeside.git] / httemplate / misc / process / recharge_svc.html
index b56f8a2..2d49f6b 100755 (executable)
@@ -22,6 +22,7 @@ $svcnum = $1;
 
 #untaint prepaid
 my $prepaid = $cgi->param('prepaid');
+$prepaid =~ s/\W//g;
 $prepaid =~ /^(\w*)$/;
 $prepaid = $1;