mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-29 17:19:15 +08:00
revert: refactor(pm_list): Update required fields for a payment method (#1724)
Co-authored-by: Tinu Hareesswar <tinuhareesswarr@gmail.com>
This commit is contained in:
@ -394,12 +394,11 @@ pub enum FieldType {
|
||||
UserAddressCity,
|
||||
UserAddressPincode,
|
||||
UserAddressState,
|
||||
UserAddressCountry { options: Vec<String> },
|
||||
UserAddressCountry,
|
||||
UserBlikCode,
|
||||
FieldsComplete,
|
||||
UserBillingName,
|
||||
UserBank { options: Vec<String> },
|
||||
UserCurrency { options: Vec<String> },
|
||||
UserBank,
|
||||
Text,
|
||||
DropDown { options: Vec<String> },
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user