summaryrefslogtreecommitdiff
path: root/FS/FS/pay_batch.pm
diff options
context:
space:
mode:
authorMark Wells <mark@freeside.biz>2016-01-30 20:31:31 -0800
committerMark Wells <mark@freeside.biz>2016-01-31 00:43:24 -0800
commit3f2d6b89fb1c8cad50c806e3f2452e909bfbab00 (patch)
treea0d92281eaa76f4b0772f2b21f1c29f03c3d8d01 /FS/FS/pay_batch.pm
parent34c7435b9c15649b93f99c487b225e012c41957b (diff)
silence warning
Diffstat (limited to 'FS/FS/pay_batch.pm')
-rw-r--r--FS/FS/pay_batch.pm3
1 files changed, 2 insertions, 1 deletions
diff --git a/FS/FS/pay_batch.pm b/FS/FS/pay_batch.pm
index 35c79f5..02c8e34 100644
--- a/FS/FS/pay_batch.pm
+++ b/FS/FS/pay_batch.pm
@@ -614,7 +614,8 @@ sub import_from_gateway {
my $error;
my $paybatch = $gateway->gatewaynum . '-' . $gateway->gateway_module .
- ':' . $item->authorization . ':' . $item->order_number;
+ ':' . ($item->authorization || '') .
+ ':' . ($item->order_number || '');
if ( $batch->incoming ) {
# This is a one-way batch.