diff options
| author | Jonathan Prykop <jonathan@freeside.biz> | 2015-02-28 00:47:33 -0600 |
|---|---|---|
| committer | Jonathan Prykop <jonathan@freeside.biz> | 2015-02-28 00:47:33 -0600 |
| commit | d8484ba64691b5bf02b289393706d73ab531c403 (patch) | |
| tree | 74d6a5714b05976dc85853f9dbe82fb70a913eba | |
| parent | 76c0399b07a8bc7d5642eeafa75b4862033bd7b5 (diff) | |
RT#33582: RBC return batch processing failure [added comments]
| -rw-r--r-- | FS/FS/pay_batch/RBC.pm | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/FS/FS/pay_batch/RBC.pm b/FS/FS/pay_batch/RBC.pm index f86eb37ba..f3f81707a 100644 --- a/FS/FS/pay_batch/RBC.pm +++ b/FS/FS/pay_batch/RBC.pm @@ -23,8 +23,6 @@ $name = 'RBC'; # 3 - Error Message Record # 4 - Foreign Currency Information Records # We skip all subtypes except 0 -# -# additional information available at https://www.rbcroyalbank.com/ach/file-451806.pdf %import_info = ( 'filetype' => 'fixed', 'formatre' => |
