summaryrefslogtreecommitdiff
path: root/httemplate/misc/xmlhttp-cust_main-address_standardize.html
diff options
context:
space:
mode:
Diffstat (limited to 'httemplate/misc/xmlhttp-cust_main-address_standardize.html')
-rw-r--r--httemplate/misc/xmlhttp-cust_main-address_standardize.html4
1 files changed, 3 insertions, 1 deletions
diff --git a/httemplate/misc/xmlhttp-cust_main-address_standardize.html b/httemplate/misc/xmlhttp-cust_main-address_standardize.html
index 8532bb23a..72fa4a464 100644
--- a/httemplate/misc/xmlhttp-cust_main-address_standardize.html
+++ b/httemplate/misc/xmlhttp-cust_main-address_standardize.html
@@ -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};
+
}