mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-11-01 11:06:50 +08:00
fix(router): Fixed stack over flow for session call in authentication connectors (#7983)
This commit is contained in:
@ -1288,7 +1288,8 @@ impl MerchantConnectorAccountInterface for KafkaStore {
|
|||||||
key_store: &domain::MerchantKeyStore,
|
key_store: &domain::MerchantKeyStore,
|
||||||
connector_type: common_enums::ConnectorType,
|
connector_type: common_enums::ConnectorType,
|
||||||
) -> CustomResult<Vec<domain::MerchantConnectorAccount>, errors::StorageError> {
|
) -> CustomResult<Vec<domain::MerchantConnectorAccount>, errors::StorageError> {
|
||||||
self.list_enabled_connector_accounts_by_profile_id(
|
self.diesel_store
|
||||||
|
.list_enabled_connector_accounts_by_profile_id(
|
||||||
state,
|
state,
|
||||||
profile_id,
|
profile_id,
|
||||||
key_store,
|
key_store,
|
||||||
|
|||||||
Reference in New Issue
Block a user