chore: add connector functionality validation based on connector_type (#1849)

Co-authored-by: Kashif <mohammed.kashif@juspay.in>
This commit is contained in:
Kashif
2023-08-09 14:05:50 +05:30
committed by GitHub
parent 5fe96d4d96
commit 33c6d71a8a
2 changed files with 4 additions and 1 deletions

View File

@ -174,6 +174,8 @@ pub enum ConnectorType {
BankingEntities, BankingEntities,
/// All types of non-banking financial institutions including Insurance, Credit / Lending etc /// All types of non-banking financial institutions including Insurance, Credit / Lending etc
NonBankingFinance, NonBankingFinance,
/// Acquirers, Gateways etc
PayoutProcessor,
} }
#[allow(clippy::upper_case_acronyms)] #[allow(clippy::upper_case_acronyms)]

View File

@ -3817,7 +3817,8 @@
"fiz_operations", "fiz_operations",
"networks", "networks",
"banking_entities", "banking_entities",
"non_banking_finance" "non_banking_finance",
"payout_processor"
] ]
}, },
"CountryAlpha2": { "CountryAlpha2": {