Index: so_taxes.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/so_taxes/so_taxes.module,v
retrieving revision 1.1.1.2
diff -u -r1.1.1.2 so_taxes.module
--- so_taxes.module	17 Mar 2009 08:01:21 -0000	1.1.1.2
+++ so_taxes.module	11 Jun 2009 17:09:09 -0000
@@ -335,7 +335,7 @@
   static $client;
   
   if (is_null($client)) {
-    if (variable_get('so_taxes_in_testing_mode')) {
+    if (variable_get('so_taxes_in_testing_mode', 1)) {
       $client = new SoapClient("http://trial.serviceobjects.com/ft/FastTax.asmx?WSDL");
     }
     else {
