mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-31 01:57:45 +08:00
fix(docs): incorrect description for refund api (#6443)
Signed-off-by: Shashank Kumar <shashankkumarthakur@gmail.com>
This commit is contained in:
@ -1116,7 +1116,7 @@
|
||||
"Refunds"
|
||||
],
|
||||
"summary": "Refunds - List",
|
||||
"description": "Lists all the refunds associated with the merchant or a payment_id if payment_id is not provided",
|
||||
"description": "Lists all the refunds associated with the merchant, or for a specific payment if payment_id is provided",
|
||||
"operationId": "List all Refunds",
|
||||
"requestBody": {
|
||||
"content": {
|
||||
|
||||
@ -115,7 +115,7 @@ pub async fn refunds_update() {}
|
||||
|
||||
/// Refunds - List
|
||||
///
|
||||
/// Lists all the refunds associated with the merchant or a payment_id if payment_id is not provided
|
||||
/// Lists all the refunds associated with the merchant, or for a specific payment if payment_id is provided
|
||||
#[utoipa::path(
|
||||
post,
|
||||
path = "/refunds/list",
|
||||
|
||||
Reference in New Issue
Block a user