mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-30 17:47:54 +08:00
chore: add connector functionality validation based on connector_type (#1849)
Co-authored-by: Kashif <mohammed.kashif@juspay.in>
This commit is contained in:
@ -174,6 +174,8 @@ pub enum ConnectorType {
|
||||
BankingEntities,
|
||||
/// All types of non-banking financial institutions including Insurance, Credit / Lending etc
|
||||
NonBankingFinance,
|
||||
/// Acquirers, Gateways etc
|
||||
PayoutProcessor,
|
||||
}
|
||||
|
||||
#[allow(clippy::upper_case_acronyms)]
|
||||
|
||||
@ -3817,7 +3817,8 @@
|
||||
"fiz_operations",
|
||||
"networks",
|
||||
"banking_entities",
|
||||
"non_banking_finance"
|
||||
"non_banking_finance",
|
||||
"payout_processor"
|
||||
]
|
||||
},
|
||||
"CountryAlpha2": {
|
||||
|
||||
Reference in New Issue
Block a user