Skip to content

Commit

Permalink
fix(connector): [Iatapay] remove unused fields from auth response (#4091
Browse files Browse the repository at this point in the history
)
  • Loading branch information
swangi-kumari authored Mar 14, 2024
1 parent 9ae10dc commit e5b7bc6
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions crates/router/src/connector/iatapay/transformers.rs
Original file line number Diff line number Diff line change
Expand Up @@ -63,10 +63,7 @@ impl<T>
#[derive(Debug, Deserialize, Serialize)]
pub struct IatapayAuthUpdateResponse {
pub access_token: Secret<String>,
pub token_type: String,
pub expires_in: i64,
pub scope: String,
pub jti: String,
}

impl<F, T> TryFrom<types::ResponseRouterData<F, IatapayAuthUpdateResponse, T, types::AccessToken>>
Expand Down

0 comments on commit e5b7bc6

Please sign in to comment.