This repository has been archived by the owner on Aug 26, 2022. It is now read-only.
transfers/limiter: support multiple Checkers chained together #578
Labels
enhancement
New feature or request
PayGate Version:
v0.9.0-dev
What were you trying to do?
We need to support multiple
limiter.Checker
chained together. This allows for several overrides that can look for different criteria to reject a transfer for.Think about taking an
[]limiter.Checker
instances and rejecting if any individual Checker errors on the Transfer.What did you expect to see?
Multiple rules allow for a transfer to be rejected, for example limits for same-day vs regular ACH.
The text was updated successfully, but these errors were encountered: