Skip to content

Commit

Permalink
Update crates/router/src/connector/opayo/transformers.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Sanchith Hegde <[email protected]>
  • Loading branch information
kamalika0363 and SanchithHegde authored Oct 4, 2023
1 parent e9c8602 commit 6a79bc9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion crates/router/src/connector/opayo/transformers.rs
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,8 @@ impl From<OpayoPaymentStatus> for enums::AttemptStatus {
pub struct OpayoPaymentsResponse {
status: OpayoPaymentStatus,
id: String,
transaction_Id : String,
#[serde(rename = "transaction_Id")]
transaction_id : String,
}

impl<F, T>
Expand Down

0 comments on commit 6a79bc9

Please sign in to comment.