mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-29 09:07:09 +08:00
refactor(connector): [Mifinity] Add dynamic fields for Mifinity Wallet (#4943)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
This commit is contained in:
@ -459,6 +459,7 @@ pub enum FieldType {
|
||||
UserBank,
|
||||
Text,
|
||||
DropDown { options: Vec<String> },
|
||||
UserDateOfBirth,
|
||||
}
|
||||
|
||||
impl FieldType {
|
||||
@ -543,6 +544,7 @@ impl PartialEq for FieldType {
|
||||
options: options_other,
|
||||
},
|
||||
) => options_self.eq(options_other),
|
||||
(Self::UserDateOfBirth, Self::UserDateOfBirth) => true,
|
||||
_unused => false,
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user