return rather than ignore errors inserting into the job queue during _export_insert_o...
[freeside.git] / FS / FS / part_export / domreg_opensrs.pm
index a9afc91..3bfdf4d 100644 (file)
@@ -40,7 +40,7 @@ gateway when setting up this export.
 
 @ISA = qw(FS::part_export::null);
 $me = '[' .  __PACKAGE__ . ']';
-$DEBUG = 1;
+$DEBUG = 0;
 
 my @tldlist = qw/com net org biz info name mobi at be ca cc ch cn de dk es eu fr it mx nl tv uk us/;
 
@@ -260,7 +260,6 @@ sub _export_insert_on_payment {
   };
   $queue->insert( $self, $svc_domain ); #_export_insert with 'R' action?
 
-  return '';
 }
 
 ## Domain registration exports do nothing on replace.  Mainly because we haven't decided what they should do.