mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-29 00:49:42 +08:00
fix(connector): add field types for bank debits (#5908)
Co-authored-by: Chikke Srujan <chikke.srujan@Chikke-Srujan-N7WRTY72X7.local> Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
This commit is contained in:
@ -507,6 +507,7 @@ pub enum FieldType {
|
||||
UserShippingAddressCountry { options: Vec<String> },
|
||||
UserBlikCode,
|
||||
UserBank,
|
||||
UserBankAccountNumber,
|
||||
Text,
|
||||
DropDown { options: Vec<String> },
|
||||
UserDateOfBirth,
|
||||
|
||||
Reference in New Issue
Block a user