mirror of
				https://github.com/juspay/hyperswitch.git
				synced 2025-10-31 18:17:13 +08:00 
			
		
		
		
	fix(update_trackers): handle preprocessing steps status update (#1496)
Co-authored-by: Sangamesh <sangamesh.kulkarni@juspay.in>
This commit is contained in:
		| @ -97,13 +97,14 @@ pub trait Feature<F, T> { | ||||
|         Ok(None) | ||||
|     } | ||||
|  | ||||
|     /// Returns the connector request and a bool which specifies whether to proceed with further | ||||
|     async fn build_flow_specific_connector_request( | ||||
|         &mut self, | ||||
|         _state: &AppState, | ||||
|         _connector: &api::ConnectorData, | ||||
|         _call_connector_action: payments::CallConnectorAction, | ||||
|     ) -> RouterResult<Option<services::Request>> { | ||||
|         Ok(None) | ||||
|     ) -> RouterResult<(Option<services::Request>, bool)> { | ||||
|         Ok((None, true)) | ||||
|     } | ||||
| } | ||||
|  | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 Narayan Bhat
					Narayan Bhat