mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-30 01:27:31 +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"
|
"Refunds"
|
||||||
],
|
],
|
||||||
"summary": "Refunds - List",
|
"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",
|
"operationId": "List all Refunds",
|
||||||
"requestBody": {
|
"requestBody": {
|
||||||
"content": {
|
"content": {
|
||||||
|
|||||||
@ -115,7 +115,7 @@ pub async fn refunds_update() {}
|
|||||||
|
|
||||||
/// Refunds - List
|
/// 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(
|
#[utoipa::path(
|
||||||
post,
|
post,
|
||||||
path = "/refunds/list",
|
path = "/refunds/list",
|
||||||
|
|||||||
Reference in New Issue
Block a user