mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-29 17:19:15 +08:00
fix(core): Add Default Enum Variant in RequestIncrementalAuthorization (#8948)
Co-authored-by: Anurag Singh <anurag.singh.001@Anurag-Singh-WPMHJ5619X.local> Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
This commit is contained in:
@ -22770,7 +22770,8 @@
|
|||||||
"type": "string",
|
"type": "string",
|
||||||
"enum": [
|
"enum": [
|
||||||
"true",
|
"true",
|
||||||
"false"
|
"false",
|
||||||
|
"default"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"RequestPaymentMethodTypes": {
|
"RequestPaymentMethodTypes": {
|
||||||
|
|||||||
@ -2850,6 +2850,7 @@ pub enum RequestIncrementalAuthorization {
|
|||||||
True,
|
True,
|
||||||
#[default]
|
#[default]
|
||||||
False,
|
False,
|
||||||
|
Default,
|
||||||
}
|
}
|
||||||
|
|
||||||
#[derive(Clone, Copy, Eq, Hash, PartialEq, Debug, Serialize, Deserialize, strum::Display, ToSchema,)]
|
#[derive(Clone, Copy, Eq, Hash, PartialEq, Debug, Serialize, Deserialize, strum::Display, ToSchema,)]
|
||||||
|
|||||||
Reference in New Issue
Block a user