summaryrefslogtreecommitdiff
path: root/FS/FS/pay_batch.pm
diff options
context:
space:
mode:
authorJonathan Prykop <jonathan@freeside.biz>2015-03-12 19:30:08 -0500
committerJonathan Prykop <jonathan@freeside.biz>2015-03-12 19:30:08 -0500
commitcd1a490338a5da42ab94b62b24231aa14dd5d048 (patch)
tree66e011ac852df2070a52c2b0e158a31d8ea8615e /FS/FS/pay_batch.pm
parent771e64b732c69902be5552d53d4a7a1199d5fca3 (diff)
RT#33582: RBC return batch processing failure [handling for non-chronological file]
Diffstat (limited to 'FS/FS/pay_batch.pm')
-rw-r--r--FS/FS/pay_batch.pm16
1 files changed, 8 insertions, 8 deletions
diff --git a/FS/FS/pay_batch.pm b/FS/FS/pay_batch.pm
index f41b3e3..449ea22 100644
--- a/FS/FS/pay_batch.pm
+++ b/FS/FS/pay_batch.pm
@@ -222,17 +222,17 @@ takes precedence over I<format>.
Supported format keys (defined in the specified FS::pay_batch module) are:
-I<filetype> - CSV, fixed, variable, XML
+I<filetype> - required, can be CSV, fixed, variable, XML
-I<fields> - list of field names for each row/line
+I<fields> - required list of field names for each row/line
I<formatre> - regular expression for fixed filetype
-I<parse> - for variable filetype
+I<parse> - required for variable filetype
-I<xmlkeys> - for XML filetype
+I<xmlkeys> - required for XML filetype
-I<xmlrow> - for XML filetype
+I<xmlrow> - required for XML filetype
I<begin_condition> - sub, ignore all lines before this returns true
@@ -242,11 +242,11 @@ I<end_hook> - sub, runs immediately after end_condition returns true
I<skip_condition> - sub, skip lines when this returns true
-I<hook> - sub, runs before approved/declined conditions are checked
+I<hook> - required, sub, runs before approved/declined conditions are checked
-I<approved> - sub, returns true when approved
+I<approved> - required, sub, returns true when approved
-I<declined> - sub, returns true when declined
+I<declined> - required, sub, returns true when declined
I<close_condition> - sub, decide whether or not to close the batch