Skip to content

Commit 960386d

Browse files
Merge pull request #299 from mxenabled/aw/CT-1975_hot_fix
fix: add a hot fix for blocked routing numbers
2 parents f18c6d2 + 61efef5 commit 960386d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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_name === BLOCKED_REASONS.IAV_PREFERRED) {
89+
if (resp.blocked_routing_number.reason === BLOCKED_REASONS.IAV_PREFERRED) {
9090
const loadedInstitutions$ = defer(() =>
9191
api.loadInstitutions({
9292
routing_number: values.routingNumber,

0 commit comments

Comments
 (0)