diff options
-rw-r--r-- | FS/FS/cust_main.pm | 1 |
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 $@; |