mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-29 09:07:09 +08:00
fix(payments): add time range in list payment attempts query (#5959)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
This commit is contained in:
@ -119,6 +119,7 @@ Never share your secret api keys. Keep them guarded and secure.
|
||||
),
|
||||
components(schemas(
|
||||
common_utils::types::MinorUnit,
|
||||
common_utils::types::TimeRange,
|
||||
common_utils::link_utils::GenericLinkUiConfig,
|
||||
common_utils::link_utils::EnabledPaymentMethod,
|
||||
api_models::refunds::RefundRequest,
|
||||
@ -392,7 +393,6 @@ Never share your secret api keys. Keep them guarded and secure.
|
||||
api_models::refunds::RefundListRequest,
|
||||
api_models::refunds::RefundListResponse,
|
||||
api_models::refunds::RefundAggregateResponse,
|
||||
api_models::payments::TimeRange,
|
||||
api_models::payments::AmountFilter,
|
||||
api_models::mandates::MandateRevokedResponse,
|
||||
api_models::mandates::MandateResponse,
|
||||
|
||||
Reference in New Issue
Block a user