mirror of
				https://github.com/juspay/hyperswitch.git
				synced 2025-11-01 02:57:02 +08:00 
			
		
		
		
	feat(routes): add the validation API in payments route (#61)
This commit is contained in:
		| @ -37,7 +37,7 @@ async fn payments_incoming_webhook_flow( | ||||
|         payments::CallConnectorAction::Trigger | ||||
|     }; | ||||
|  | ||||
|     let payments_response = payments::payments_core::<api::PSync, _, _, _>( | ||||
|     let payments_response = payments::payments_core::<api::PSync, api::PaymentsResponse, _, _, _>( | ||||
|         &state, | ||||
|         merchant_account.clone(), | ||||
|         payments::operations::PaymentStatus, | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 Nishant Joshi
					Nishant Joshi