Skip to content

Commit

Permalink
fix ci checks
Browse files Browse the repository at this point in the history
  • Loading branch information
sai-harsha-vardhan committed Nov 30, 2023
1 parent 23de299 commit 28abd42
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion crates/router/src/connector/cybersource/transformers.rs
Original file line number Diff line number Diff line change
Expand Up @@ -579,6 +579,9 @@ impl<F, T>
.client_reference_information
.map(|cref| cref.code)
.unwrap_or(Some(item.response.id)),
incremental_authorization_allowed: Some(
status == enums::AttemptStatus::Authorized,
),
}),
},
..item.data
Expand Down Expand Up @@ -642,7 +645,7 @@ impl<F, T>
.map(|cref| cref.code)
.unwrap_or(Some(item.response.id)),
incremental_authorization_allowed: Some(
status == enums::AttemptStatus::Authorized,
mandate_status == enums::AttemptStatus::Authorized,
),
}),
},
Expand Down

0 comments on commit 28abd42

Please sign in to comment.