summaryrefslogtreecommitdiff
path: root/FS
diff options
context:
space:
mode:
authorivan <ivan>2007-03-02 23:48:22 +0000
committerivan <ivan>2007-03-02 23:48:22 +0000
commit7039c6aa58254112e3d431766fda85b9f5268c94 (patch)
tree8258f607f15665a7e2b32e13b3727d1f61b408c8 /FS
parentbc7ded4d908577b9b58f0e8cd30a9c1778b6a333 (diff)
eProcessingNetwork returning an authorization like "AUTH/TKT 123456"... will this make refunds work?
Diffstat (limited to 'FS')
-rw-r--r--FS/FS/cust_main.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/FS/FS/cust_main.pm b/FS/FS/cust_main.pm
index 08b8c3749..7fed174de 100644
--- a/FS/FS/cust_main.pm
+++ b/FS/FS/cust_main.pm
@@ -2898,7 +2898,7 @@ sub realtime_refund_bop {
or return "Unknown paynum $options{'paynum'}";
$amount ||= $cust_pay->paid;
- $cust_pay->paybatch =~ /^((\d+)\-)?(\w+):\s*([\w\-]*)(:([\w\-]+))?$/
+ $cust_pay->paybatch =~ /^((\d+)\-)?(\w+):\s*([\w\-\/ ]*)(:([\w\-]+))?$/
or return "Can't parse paybatch for paynum $options{'paynum'}: ".
$cust_pay->paybatch;
my $gatewaynum = '';