chore: fix typos in the repo (#8063)

Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
This commit is contained in:
Pa1NarK
2025-05-23 12:47:09 +05:30
committed by GitHub
parent c0cda41bd0
commit 6fc50b6729
29 changed files with 56 additions and 56 deletions

View File

@ -1183,7 +1183,7 @@ pub struct CtpServiceDetails {
pub provider: Option<api_enums::CtpServiceProvider>,
/// Encrypted payload
#[schema(value_type = Option<String>)]
pub encypted_payload: Option<Secret<String>>,
pub encrypted_payload: Option<Secret<String>>,
}
impl CtpServiceDetails {