mirror of
				https://github.com/juspay/hyperswitch.git
				synced 2025-10-31 18:17:13 +08:00 
			
		
		
		
	fix(revenue-recovery): Update Redis TTL for customer locks after token selection (#9282)
Co-authored-by: Aniket Burman <aniket.burman@Aniket-Burman-JDXHW2PH34.local> Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
This commit is contained in:
		| @ -2718,6 +2718,11 @@ pub struct ProfileResponse { | ||||
|     /// Enable split payments, i.e., split the amount between multiple payment methods | ||||
|     #[schema(value_type = SplitTxnsEnabled, default = "skip")] | ||||
|     pub split_txns_enabled: common_enums::SplitTxnsEnabled, | ||||
|  | ||||
|     /// Indicates the state of revenue recovery algorithm type | ||||
|     #[schema(value_type = Option<RevenueRecoveryAlgorithmType>, example = "cascading")] | ||||
|     pub revenue_recovery_retry_algorithm_type: | ||||
|         Option<common_enums::enums::RevenueRecoveryAlgorithmType>, | ||||
| } | ||||
|  | ||||
| #[cfg(feature = "v1")] | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 Aniket Burman
					Aniket Burman