mirror of
				https://github.com/juspay/hyperswitch.git
				synced 2025-10-31 10:06:32 +08:00 
			
		
		
		
	fix(refund_sync): add validation for missing connector_refund_id (#1013)
				
					
				
			This commit is contained in:
		| @ -164,6 +164,7 @@ async fn refunds_incoming_webhook_flow<W: api::OutgoingWebhookType>( | ||||
|             merchant_account.clone(), | ||||
|             api_models::refunds::RefundsRetrieveRequest { | ||||
|                 refund_id: refund_id.to_owned(), | ||||
|                 force_sync: Some(true), | ||||
|                 merchant_connector_details: None, | ||||
|             }, | ||||
|         ) | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 Nishant Joshi
					Nishant Joshi