mirror of
				https://github.com/juspay/hyperswitch.git
				synced 2025-10-31 18:17:13 +08:00 
			
		
		
		
	refactor(customers): add offset and limit to customers list (#5735)
This commit is contained in:
		| @ -19,6 +19,7 @@ use common_utils::{ | ||||
|     impl_api_event_type, | ||||
| }; | ||||
|  | ||||
| use crate::customers::CustomerListRequest; | ||||
| #[allow(unused_imports)] | ||||
| use crate::{ | ||||
|     admin::*, | ||||
| @ -131,7 +132,8 @@ impl_api_event_type!( | ||||
|         GetDisputeMetricRequest, | ||||
|         OrganizationResponse, | ||||
|         OrganizationRequest, | ||||
|         OrganizationId | ||||
|         OrganizationId, | ||||
|         CustomerListRequest | ||||
|     ) | ||||
| ); | ||||
|  | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 Narayan Bhat
					Narayan Bhat