mirror of
				https://github.com/juspay/hyperswitch.git
				synced 2025-10-31 18:17:13 +08:00 
			
		
		
		
	fix: merchant webhook config should be looked up in config table instead of redis (#1241)
This commit is contained in:
		| @ -535,6 +535,8 @@ pub async fn trigger_webhook_to_merchant<W: api::OutgoingWebhookType>( | ||||
|     let response = | ||||
|         services::api::send_request(state, request, Some(OUTGOING_WEBHOOK_TIMEOUT_SECS)).await; | ||||
|  | ||||
|     logger::debug!(outgoing_webhook_response=?response); | ||||
|  | ||||
|     match response { | ||||
|         Err(e) => { | ||||
|             // [#217]: Schedule webhook for retry. | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 Hrithikesh
					Hrithikesh