Skip to content

Commit

Permalink
chore: add connector functionality validation based on connector_type (
Browse files Browse the repository at this point in the history
…#1849)

Co-authored-by: Kashif <mohammed.kashif@juspay.in>
  • Loading branch information
kashif-m and kashif-m committed Aug 9, 2023
1 parent 5fe96d4 commit 33c6d71
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions crates/common_enums/src/enums.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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)]
Expand Down
3 changes: 2 additions & 1 deletion openapi/openapi_spec.json
Original file line number Diff line number Diff line change
Expand Up @@ -3817,7 +3817,8 @@
"fiz_operations",
"networks",
"banking_entities",
"non_banking_finance"
"non_banking_finance",
"payout_processor"
]
},
"CountryAlpha2": {
Expand Down

0 comments on commit 33c6d71

Please sign in to comment.