From: ivan Date: Mon, 7 Jun 2010 17:15:18 +0000 (+0000) Subject: add debugging X-Git-Tag: root_of_svc_elec_features~184 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=62d23e804c666adfde3cdfc906a55a5b1c261f39 add debugging --- diff --git a/FS/FS/cust_main.pm b/FS/FS/cust_main.pm index 46f32e5db..9ac9d4be6 100644 --- a/FS/FS/cust_main.pm +++ b/FS/FS/cust_main.pm @@ -4384,6 +4384,7 @@ sub realtime_bop { my $payment_gateway = $self->_payment_gateway( \%options ); my $namespace = $payment_gateway->gateway_namespace; + warn "use $namespace"; #if $DEBUG #erroring out?? eval "use $namespace"; die $@ if $@;