mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-30 09:38:33 +08:00
chore: resolve warnings in v2 (#8373)
Co-authored-by: Aishwariyaa Anand <aishwariyaa.anand@Aishwariyaa-Anand-C3PGW02T6Y.local>
This commit is contained in:
committed by
GitHub
parent
0851c6ece5
commit
d2d4f3d1d8
@ -17,13 +17,12 @@ use serde::{Deserialize, Serialize};
|
||||
use utoipa::ToSchema;
|
||||
|
||||
use super::payments::AddressDetails;
|
||||
#[cfg(feature = "v1")]
|
||||
use crate::routing;
|
||||
use crate::{
|
||||
consts::{MAX_ORDER_FULFILLMENT_EXPIRY, MIN_ORDER_FULFILLMENT_EXPIRY},
|
||||
enums as api_enums, payment_methods,
|
||||
profile_acquirer::ProfileAcquirerResponse,
|
||||
};
|
||||
#[cfg(feature = "v1")]
|
||||
use crate::{profile_acquirer::ProfileAcquirerResponse, routing};
|
||||
|
||||
#[derive(Clone, Debug, Deserialize, ToSchema, Serialize)]
|
||||
pub struct MerchantAccountListRequest {
|
||||
|
||||
Reference in New Issue
Block a user