We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f18c6d2 + 61efef5 commit 960386dCopy full SHA for 960386d
1 file changed
src/views/microdeposits/RoutingNumber.js
@@ -86,7 +86,7 @@ export const RoutingNumber = (props) => {
86
})
87
88
// If reason is IAV_PREFERRED, load institutions to prepare for user choice.
89
- if (resp.blocked_routing_number.reason_name === BLOCKED_REASONS.IAV_PREFERRED) {
+ if (resp.blocked_routing_number.reason === BLOCKED_REASONS.IAV_PREFERRED) {
90
const loadedInstitutions$ = defer(() =>
91
api.loadInstitutions({
92
routing_number: values.routingNumber,
0 commit comments