mirror of
				https://github.com/juspay/hyperswitch.git
				synced 2025-11-04 05:59:48 +08:00 
			
		
		
		
	fix: resolve TODO comments in storage models crate (#151)
				
					
				
			This commit is contained in:
		@ -25,7 +25,7 @@ pub struct PaymentIntent {
 | 
			
		||||
    pub statement_descriptor_suffix: Option<String>,
 | 
			
		||||
    pub created_at: PrimitiveDateTime,
 | 
			
		||||
    pub modified_at: PrimitiveDateTime,
 | 
			
		||||
    pub last_synced: Option<PrimitiveDateTime>, // FIXME: this is optional
 | 
			
		||||
    pub last_synced: Option<PrimitiveDateTime>,
 | 
			
		||||
    pub setup_future_usage: Option<storage_enums::FutureUsage>,
 | 
			
		||||
    pub off_session: Option<bool>,
 | 
			
		||||
    pub client_secret: Option<String>,
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user