mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-28 04:04:55 +08:00
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:
@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user