mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-11-01 11:06:50 +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,7 +1,7 @@
|
||||
#[cfg(feature = "v1")]
|
||||
use cards::CardNumber;
|
||||
#[cfg(feature = "v2")]
|
||||
use cards::{CardNumber, NetworkToken};
|
||||
use cards::NetworkToken;
|
||||
|
||||
#[cfg(feature = "v1")]
|
||||
pub type NetworkTokenNumber = CardNumber;
|
||||
|
||||
Reference in New Issue
Block a user