revbank/lib
Juerd Waalboer 459093dba9 v6.2.0: Use reject/retry instead of exception for bad amount
Since the first versions of RevBank, negative and huge amounts are
handled centrally, and since v2 (2013) they've been implemented through
an exception that caused the pending transaction to be aborted. Since v3
(2019), RevBank has had a retry mechanism for rejected input to improve
the user experience, but it required a REJECT return message from a
plugin, not an exception. Now there's an exception class to trigger the
same semantics.
2024-05-09 03:09:27 +02:00
..
RevBank v6.2.0: Use reject/retry instead of exception for bad amount 2024-05-09 03:09:27 +02:00
RevBank.pod input: allow "abort" as input to a plugin 2023-12-26 04:31:08 +01:00