mirror of
				https://github.com/juspay/hyperswitch.git
				synced 2025-10-31 10:06:32 +08:00 
			
		
		
		
	fix: add offset and limit to key transfer API (#5358)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com> Co-authored-by: Narayan Bhat <48803246+Narayanbhat166@users.noreply.github.com>
This commit is contained in:
		| @ -2,7 +2,7 @@ use std::{collections::HashSet, fmt::Display}; | ||||
|  | ||||
| use common_utils::{ | ||||
|     events::{ApiEventMetric, ApiEventsType}, | ||||
|     impl_misc_api_event_type, | ||||
|     impl_api_event_type, | ||||
| }; | ||||
|  | ||||
| #[derive(Debug, Eq, PartialEq)] | ||||
| @ -28,7 +28,7 @@ impl<T: ApiEventMetric> ApiEventMetric for ApplicationResponse<T> { | ||||
|     } | ||||
| } | ||||
|  | ||||
| impl_misc_api_event_type!(PaymentLinkFormData, GenericLinkFormData); | ||||
| impl_api_event_type!(Miscellaneous, (PaymentLinkFormData, GenericLinkFormData)); | ||||
|  | ||||
| #[derive(Debug, Eq, PartialEq)] | ||||
| pub struct RedirectionFormData { | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 Kartikeya Hegde
					Kartikeya Hegde