mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-11-02 21:07:58 +08:00
refactor(router): remove connector_account_details and connector_webhook_details in merchant_connector_account list response (#5457)
This commit is contained in:
committed by
GitHub
parent
db26d32d84
commit
45a149418f
@ -2509,7 +2509,7 @@ pub async fn retrieve_payment_connector(
|
||||
pub async fn list_payment_connectors(
|
||||
state: SessionState,
|
||||
merchant_id: id_type::MerchantId,
|
||||
) -> RouterResponse<Vec<api_models::admin::MerchantConnectorResponse>> {
|
||||
) -> RouterResponse<Vec<api_models::admin::MerchantConnectorListResponse>> {
|
||||
let store = state.store.as_ref();
|
||||
let key_manager_state = &(&state).into();
|
||||
let key_store = store
|
||||
|
||||
Reference in New Issue
Block a user