mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-11-01 02:57:02 +08:00
refactor(connector): Move connector mappings and endpoints to dedicated modules (#8562)
This commit is contained in:
@ -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},
|
||||
|
||||
Reference in New Issue
Block a user