fix(docs): incorrect description for refund api (#6443)

Signed-off-by: Shashank Kumar <shashankkumarthakur@gmail.com>
This commit is contained in:
Shashank Kumar
2024-12-10 16:05:59 +05:30
committed by GitHub
parent 6eb7cc1461
commit 8954e8a218
2 changed files with 2 additions and 2 deletions

View File

@ -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": {

View File

@ -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",