quick list of area codes and a kludge to print DA numbers for all of them
[freeside.git] / httemplate / misc / xmlhttp-cust_main-address_standardize.html
index 7da94c8..72fa4a4 100644 (file)
@@ -1,7 +1,7 @@
 <% objToJson($return) %>
 <%init>
 
-my $DEBUG = 1;
+my $DEBUG = 0;
 
 my $conf = new FS::Conf;
 
@@ -72,7 +72,9 @@ if ( $sub eq 'address_standardize' ) {
 
       } else {
 
-        warn "USPS WebTools error: ". $verifier->response. "\n";
+        $return->{$pre.'error'} = "USPS WebTools error: ".
+                                  $verifier->{error}{description};
+
 
       }