feat(pm_list): add pm required field info for crypto pay (#1891)

This commit is contained in:
Prasunna Soppa
2023-08-08 15:02:47 +05:30
committed by GitHub
parent 3cc4548eee
commit c205f064b9
3 changed files with 72 additions and 7 deletions

View File

@ -461,9 +461,9 @@ pub enum FieldType {
UserAddressState,
UserAddressCountry,
UserBlikCode,
FieldsComplete,
UserBillingName,
UserBank,
UserCurrency { options: Vec<String> },
Text,
DropDown { options: Vec<String> },
}