mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-30 01:27:31 +08:00
feat(core): Payments core modification for open banking connectors (#3947)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
This commit is contained in:
@ -263,6 +263,7 @@ pub fn get_variant_values(key: &str) -> Result<JsValue, JsValue> {
|
||||
dir::DirKeyKind::VoucherType => dir_enums::VoucherType::VARIANTS,
|
||||
dir::DirKeyKind::BankDebitType => dir_enums::BankDebitType::VARIANTS,
|
||||
dir::DirKeyKind::RealTimePaymentType => dir_enums::RealTimePaymentType::VARIANTS,
|
||||
dir::DirKeyKind::OpenBankingType => dir_enums::OpenBankingType::VARIANTS,
|
||||
|
||||
dir::DirKeyKind::PaymentAmount
|
||||
| dir::DirKeyKind::Connector
|
||||
|
||||
Reference in New Issue
Block a user