mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-30 09:38:33 +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:
@ -1,7 +1,7 @@
|
||||
use common_enums::{PaymentMethod, PaymentMethodType};
|
||||
use common_utils::{
|
||||
events::{ApiEventMetric, ApiEventsType},
|
||||
impl_misc_api_event_type,
|
||||
impl_api_event_type,
|
||||
};
|
||||
|
||||
#[derive(Debug, Clone, serde::Deserialize, serde::Serialize)]
|
||||
@ -49,9 +49,12 @@ pub struct PaymentMethodAuthConnectorChoice {
|
||||
pub mca_id: String,
|
||||
}
|
||||
|
||||
impl_misc_api_event_type!(
|
||||
LinkTokenCreateRequest,
|
||||
LinkTokenCreateResponse,
|
||||
ExchangeTokenCreateRequest,
|
||||
ExchangeTokenCreateResponse
|
||||
impl_api_event_type!(
|
||||
Miscellaneous,
|
||||
(
|
||||
LinkTokenCreateRequest,
|
||||
LinkTokenCreateResponse,
|
||||
ExchangeTokenCreateRequest,
|
||||
ExchangeTokenCreateResponse
|
||||
)
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user