You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Wise] Show more descriptive error message & fix CAD payout settings (#11927)
## Summary of the problem
We don't want to re-process payout holdings that are no longer pending,
however we're currently filtering out pending payout holdings with a
scope, even though there's already code to filter them out in the job.
We're also not storing the Interac email, which can be ambiguous on the
operations side and mess up our data if their HCB email address changes.
## Describe your changes
This PR removes the `.pending` scope (which prevents
`ActiveRecord::RecordNotFound` errors causing a 404) and does away with
the "Use the same email for Interac?" checkbox.
<img width="497" height="491" alt="image"
src="https://github.com/user-attachments/assets/437def81-cf9c-4770-8885-b3a32051ebe6"
/>
0 commit comments