mirror of
				https://github.com/juspay/hyperswitch.git
				synced 2025-10-31 18:17:13 +08:00 
			
		
		
		
	chore: resolve warnings in v2 (#8373)
Co-authored-by: Aishwariyaa Anand <aishwariyaa.anand@Aishwariyaa-Anand-C3PGW02T6Y.local>
This commit is contained in:
		 Aishwariyaa Anand
					Aishwariyaa Anand
				
			
				
					committed by
					
						 GitHub
						GitHub
					
				
			
			
				
	
			
			
			 GitHub
						GitHub
					
				
			
						parent
						
							0851c6ece5
						
					
				
				
					commit
					d2d4f3d1d8
				
			| @ -3,12 +3,7 @@ | ||||
| //! This module provides types and functions for handling tokenized payment data, | ||||
| //! including response structures and token generation utilities. | ||||
|  | ||||
| use common_enums::ApiVersion; | ||||
| use diesel; | ||||
| use serde::{Deserialize, Serialize}; | ||||
| use time::PrimitiveDateTime; | ||||
|  | ||||
| use crate::{consts::TOKEN_LENGTH, id_type::GlobalTokenId}; | ||||
| use crate::consts::TOKEN_LENGTH; | ||||
|  | ||||
| #[cfg(all(feature = "v2", feature = "tokenization_v2"))] | ||||
| /// Generates a new token string | ||||
|  | ||||
		Reference in New Issue
	
	Block a user