mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-28 04:04:55 +08:00
fix(refund_list): updated refund list response status code when no refunds found. (#974)
Co-authored-by: hrithikesh vm <hrithikesh.vm@hrithikesh.vm-MacBookPro>
This commit is contained in:
@ -146,7 +146,9 @@ pub struct RefundListRequest {
|
||||
|
||||
#[derive(Debug, Clone, Eq, PartialEq, Deserialize, Serialize, ToSchema)]
|
||||
pub struct RefundListResponse {
|
||||
/// The list of refund response
|
||||
/// The number of refunds included in the list
|
||||
pub size: usize,
|
||||
/// The List of refund response object
|
||||
pub data: Vec<RefundResponse>,
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user