Skip to content

Commit 69b913e

Browse files
Merge pull request #294 from mxenabled/aw/CT-1939
fix: fixed a typo in blocked routing number
2 parents 3e5bbbf + 595a190 commit 69b913e

File tree

2 files changed

+764
-1
lines changed

2 files changed

+764
-1
lines changed

src/views/microdeposits/RoutingNumber.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ export const RoutingNumber = (props) => {
8686
})
8787

8888
// If reason is IAV_PREFERRED, load institutions to prepare for user choice.
89-
if (resp.blocked_routing_number.reason === BLOCKED_REASONS.IAV_PREFERRED) {
89+
if (resp.blocked_routing_number.reason_name === BLOCKED_REASONS.IAV_PREFERRED) {
9090
const loadedInstitutions$ = defer(() =>
9191
api.loadInstitutions({
9292
routing_number: values.routingNumber,

0 commit comments

Comments
 (0)