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:
Prasunna Soppa
2023-07-17 13:08:56 +05:30
committed by GitHub
parent 714cd275b3
commit c6f745540f
3 changed files with 240 additions and 386 deletions

View File

@ -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> },
}