This development adds more holdability checks to the `POST /holds` endpoint. Overrides are added for all of them:
* bad_address
* card_lost
* debt_limit
* expired
* hold_limit
* restricted
Before this development, only `any` could be passed as an override. It will now have more granularity.
|