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:
chikke srujan
2024-09-17 17:53:41 +05:30
committed by GitHub
parent 97c8e98a48
commit 90e8de18a8
4 changed files with 37 additions and 24 deletions

View File

@ -507,6 +507,7 @@ pub enum FieldType {
UserShippingAddressCountry { options: Vec<String> },
UserBlikCode,
UserBank,
UserBankAccountNumber,
Text,
DropDown { options: Vec<String> },
UserDateOfBirth,