mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-11-02 12:06:56 +08:00
refactor(pm_list): Update required fields for a payment method (#1720)
This commit is contained in:
@ -394,11 +394,12 @@ pub enum FieldType {
|
||||
UserAddressCity,
|
||||
UserAddressPincode,
|
||||
UserAddressState,
|
||||
UserAddressCountry,
|
||||
UserAddressCountry { options: Vec<String> },
|
||||
UserBlikCode,
|
||||
FieldsComplete,
|
||||
UserBillingName,
|
||||
UserBank,
|
||||
UserBank { options: Vec<String> },
|
||||
UserCurrency { options: Vec<String> },
|
||||
Text,
|
||||
DropDown { options: Vec<String> },
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user