mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-11-02 21:07:58 +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,
|
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)]
|
||||||
|
|||||||
@ -3817,7 +3817,8 @@
|
|||||||
"fiz_operations",
|
"fiz_operations",
|
||||||
"networks",
|
"networks",
|
||||||
"banking_entities",
|
"banking_entities",
|
||||||
"non_banking_finance"
|
"non_banking_finance",
|
||||||
|
"payout_processor"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"CountryAlpha2": {
|
"CountryAlpha2": {
|
||||||
|
|||||||
Reference in New Issue
Block a user