mirror of
				https://github.com/juspay/hyperswitch.git
				synced 2025-10-31 01:57:45 +08:00 
			
		
		
		
	fix(router): fix retry_count and add validation for process_tracker (#7614)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com> Co-authored-by: Chikke Srujan <chikke.srujan@Chikke-Srujan-N7WRTY72X7.local>
This commit is contained in:
		| @ -7917,10 +7917,13 @@ pub enum AdyenSplitType { | ||||
|     Vat, | ||||
| } | ||||
|  | ||||
| #[derive(Clone, Copy, Debug, Eq, PartialEq, serde::Serialize, serde::Deserialize, ToSchema)] | ||||
| #[derive( | ||||
|     Clone, Copy, Debug, Eq, PartialEq, serde::Serialize, serde::Deserialize, ToSchema, Default, | ||||
| )] | ||||
| #[serde(rename = "snake_case")] | ||||
| pub enum PaymentConnectorTransmission { | ||||
|     /// Failed to call the payment connector | ||||
|     #[default] | ||||
|     ConnectorCallUnsuccessful, | ||||
|     /// Payment Connector call succeeded | ||||
|     ConnectorCallSucceeded, | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 Aditya Chaurasia
					Aditya Chaurasia