refactor(connector): Move connector mappings and endpoints to dedicated modules (#8562)

This commit is contained in:
awasthi21
2025-07-09 13:04:41 +05:30
committed by GitHub
parent 7e6c511e50
commit 99885b699d
16 changed files with 659 additions and 639 deletions

View File

@ -3,7 +3,7 @@ use common_enums::PaymentAction;
use common_utils::{crypto, errors::CustomResult, request::Request};
use hyperswitch_domain_models::{
api::ApplicationResponse,
configs::Connectors,
connector_endpoints::Connectors,
errors::api_error_response::ApiErrorResponse,
payment_method_data::PaymentMethodData,
router_data::{ConnectorAuthType, ErrorResponse, RouterData},