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
@ -1,6 +1,8 @@
|
||||
use api_models::{enums as api_enums, payment_methods as api};
|
||||
#[cfg(feature = "v1")]
|
||||
use common_utils::ext_traits::AsyncExt;
|
||||
pub use hyperswitch_domain_models::{errors::api_error_response, payment_methods as domain};
|
||||
#[cfg(feature = "v1")]
|
||||
use router_env::logger;
|
||||
|
||||
use crate::state;
|
||||
@ -277,7 +279,7 @@ impl ForeignFrom<(Option<api::CardDetailFromLocker>, domain::PaymentMethod)>
|
||||
for api::PaymentMethodResponse
|
||||
{
|
||||
fn foreign_from(
|
||||
(card_details, item): (Option<api::CardDetailFromLocker>, domain::PaymentMethod),
|
||||
(_card_details, _item): (Option<api::CardDetailFromLocker>, domain::PaymentMethod),
|
||||
) -> Self {
|
||||
todo!()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user