mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-11-04 05:59:48 +08:00
chore: run formatter
This commit is contained in:
@ -20,6 +20,7 @@ use reqwest::multipart::Form;
|
|||||||
use router_env::{instrument, logger, tracing, tracing_actix_web::RequestId};
|
use router_env::{instrument, logger, tracing, tracing_actix_web::RequestId};
|
||||||
use serde_json::json;
|
use serde_json::json;
|
||||||
use unified_connector_service_masking::ExposeInterface;
|
use unified_connector_service_masking::ExposeInterface;
|
||||||
|
|
||||||
use crate::{
|
use crate::{
|
||||||
configs,
|
configs,
|
||||||
connector_integration_interface::{
|
connector_integration_interface::{
|
||||||
|
|||||||
@ -15,6 +15,7 @@ use hyperswitch_interfaces::{api as api_interface, api::ConnectorSpecifications}
|
|||||||
use masking::ExposeInterface;
|
use masking::ExposeInterface;
|
||||||
use unified_connector_service_client::payments as payments_grpc;
|
use unified_connector_service_client::payments as payments_grpc;
|
||||||
use unified_connector_service_masking::ExposeInterface as UcsMaskingExposeInterface;
|
use unified_connector_service_masking::ExposeInterface as UcsMaskingExposeInterface;
|
||||||
|
|
||||||
// use router_env::tracing::Instrument;
|
// use router_env::tracing::Instrument;
|
||||||
use super::{ConstructFlowSpecificData, Feature};
|
use super::{ConstructFlowSpecificData, Feature};
|
||||||
use crate::{
|
use crate::{
|
||||||
|
|||||||
@ -13,6 +13,7 @@ use hyperswitch_domain_models::{
|
|||||||
use masking::ExposeInterface;
|
use masking::ExposeInterface;
|
||||||
use unified_connector_service_client::payments as payments_grpc;
|
use unified_connector_service_client::payments as payments_grpc;
|
||||||
use unified_connector_service_masking::ExposeInterface as UcsMaskingExposeInterface;
|
use unified_connector_service_masking::ExposeInterface as UcsMaskingExposeInterface;
|
||||||
|
|
||||||
use super::{ConstructFlowSpecificData, Feature};
|
use super::{ConstructFlowSpecificData, Feature};
|
||||||
use crate::{
|
use crate::{
|
||||||
core::{
|
core::{
|
||||||
|
|||||||
@ -9,6 +9,7 @@ use hyperswitch_domain_models::payments as domain_payments;
|
|||||||
use hyperswitch_interfaces::unified_connector_service::handle_unified_connector_service_response_for_payment_get;
|
use hyperswitch_interfaces::unified_connector_service::handle_unified_connector_service_response_for_payment_get;
|
||||||
use unified_connector_service_client::payments as payments_grpc;
|
use unified_connector_service_client::payments as payments_grpc;
|
||||||
use unified_connector_service_masking::ExposeInterface;
|
use unified_connector_service_masking::ExposeInterface;
|
||||||
|
|
||||||
use super::{ConstructFlowSpecificData, Feature};
|
use super::{ConstructFlowSpecificData, Feature};
|
||||||
use crate::{
|
use crate::{
|
||||||
connector::utils::RouterData,
|
connector::utils::RouterData,
|
||||||
|
|||||||
Reference in New Issue
Block a user