mirror of
				https://github.com/juspay/hyperswitch.git
				synced 2025-11-04 14:07:18 +08:00 
			
		
		
		
	feat(refunds_v2): Add Refunds Retrieve and Refunds Sync Core flow (#7835)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
This commit is contained in:
		@ -59,6 +59,13 @@ impl ApiEventMetric for RefundsRetrieveRequest {
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
#[cfg(feature = "v2")]
 | 
			
		||||
impl ApiEventMetric for refunds::RefundsRetrieveRequest {
 | 
			
		||||
    fn get_api_event_type(&self) -> Option<ApiEventsType> {
 | 
			
		||||
        None
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
#[cfg(feature = "v1")]
 | 
			
		||||
impl ApiEventMetric for RefundUpdateRequest {
 | 
			
		||||
    fn get_api_event_type(&self) -> Option<ApiEventsType> {
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user