mirror of
				https://github.com/juspay/hyperswitch.git
				synced 2025-11-01 02:57:02 +08:00 
			
		
		
		
	refactor: Replace Bach with Application on every naming (#292)
This commit is contained in:
		| @ -59,7 +59,7 @@ async fn payments_incoming_webhook_flow( | ||||
|     .change_context(errors::WebhooksFlowError::PaymentsCoreFailed)?; | ||||
|  | ||||
|     match payments_response { | ||||
|         services::BachResponse::Json(payments_response) => { | ||||
|         services::ApplicationResponse::Json(payments_response) => { | ||||
|             let payment_id = payments_response | ||||
|                 .payment_id | ||||
|                 .clone() | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 Kartikeya Hegde
					Kartikeya Hegde