mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-30 01:27:31 +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",
|
||||
"enum": [
|
||||
"true",
|
||||
"false"
|
||||
"false",
|
||||
"default"
|
||||
]
|
||||
},
|
||||
"RequestPaymentMethodTypes": {
|
||||
|
||||
@ -2850,6 +2850,7 @@ pub enum RequestIncrementalAuthorization {
|
||||
True,
|
||||
#[default]
|
||||
False,
|
||||
Default,
|
||||
}
|
||||
|
||||
#[derive(Clone, Copy, Eq, Hash, PartialEq, Debug, Serialize, Deserialize, strum::Display, ToSchema,)]
|
||||
|
||||
Reference in New Issue
Block a user