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

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