mirror of
				https://github.com/juspay/hyperswitch.git
				synced 2025-10-31 01:57:45 +08:00 
			
		
		
		
	refactor(common_utils): move serde implementations and date-time utils to common_utils crate (#40)
				
					
				
			This commit is contained in:
		| @ -678,7 +678,7 @@ pub async fn create_temp_card( | ||||
|     let card_info_val = cards::get_card_info_value(&state.conf.keys, card_info).await?; | ||||
|     temp_card = storage::TempCardNew { | ||||
|         card_info: Some(card_info_val), | ||||
|         date_created: crate::utils::date_time::now(), | ||||
|         date_created: common_utils::date_time::now(), | ||||
|         txn_id: Some(txn_id.to_string()), | ||||
|         id: None, | ||||
|     }; | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 Sanchith Hegde
					Sanchith Hegde