summaryrefslogtreecommitdiff
path: root/FS
diff options
context:
space:
mode:
authorivan <ivan>2010-06-07 17:15:18 +0000
committerivan <ivan>2010-06-07 17:15:18 +0000
commit62d23e804c666adfde3cdfc906a55a5b1c261f39 (patch)
tree682733fe8cd4c3da09994fcb858e15f87fe15d5d /FS
parentfd43e0ae9120b8f15b85a70489d01084f139919f (diff)
add debugging
Diffstat (limited to 'FS')
-rw-r--r--FS/FS/cust_main.pm1
1 files changed, 1 insertions, 0 deletions
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 $@;