mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-27 19:46:48 +08:00
feat(router): add attempt_count in list payments response (#1990)
This commit is contained in:
committed by
GitHub
parent
f690c5f3ea
commit
f0cc0fba16
@ -1963,6 +1963,8 @@ pub struct PaymentListConstraints {
|
||||
pub struct PaymentListResponse {
|
||||
/// The number of payments included in the list
|
||||
pub size: usize,
|
||||
/// The total number of payment_attempts for intents included in the list
|
||||
pub attempt_count: i16,
|
||||
// The list of payments response objects
|
||||
pub data: Vec<PaymentsResponse>,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user