Skip to content

Commit

Permalink
feat(connector): [BOA] Handle BOA System Failure during Authorize
Browse files Browse the repository at this point in the history
  • Loading branch information
deepanshu-iiitu committed Dec 20, 2023
1 parent 7fff7fb commit 6030854
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/router/src/connector/bankofamerica/transformers.rs
Original file line number Diff line number Diff line change
Expand Up @@ -623,6 +623,7 @@ impl<F>
status_code: item.http_code,
attempt_status: None,
}),
status: enums::AttemptStatus::Failure,
..item.data
}),
}
Expand Down

0 comments on commit 6030854

Please sign in to comment.