summaryrefslogtreecommitdiff
path: root/FS/FS/pay_batch/RBC.pm
diff options
context:
space:
mode:
authorChristopher Burger <burgerc@freeside.biz>2018-07-16 14:40:39 -0400
committerChristopher Burger <burgerc@freeside.biz>2018-07-16 14:40:39 -0400
commite44835f640559a6eb5bc831e08732d5ab8947dd4 (patch)
treea322e0002b12246918449d391960e163a9e090ed /FS/FS/pay_batch/RBC.pm
parentfcd077e54f251a44e1643e9824e6cd8f33a04da2 (diff)
RT# 74435 - added check, to make sure batch format can handle refunds
Diffstat (limited to 'FS/FS/pay_batch/RBC.pm')
-rw-r--r--FS/FS/pay_batch/RBC.pm5
1 files changed, 5 insertions, 0 deletions
diff --git a/FS/FS/pay_batch/RBC.pm b/FS/FS/pay_batch/RBC.pm
index dea89cd..3d1d98b 100644
--- a/FS/FS/pay_batch/RBC.pm
+++ b/FS/FS/pay_batch/RBC.pm
@@ -228,5 +228,10 @@ $name = 'RBC';
},
);
+## this format can handle credit transactions
+sub can_handle_credits {
+ 1;
+}
+
1;