refactor(refunds_v2): Change refunds v2 list request verb from GET to POST (#8289)

This commit is contained in:
Amey Wale
2025-06-11 18:56:10 +05:30
committed by GitHub
parent ee7bce0ff6
commit 6ea2e2a6f4
3 changed files with 3 additions and 3 deletions

View File

@ -272,7 +272,7 @@ pub async fn refunds_retrieve() {}
///
/// To list the refunds associated with a payment_id or with the merchant, if payment_id is not provided
#[utoipa::path(
get,
post,
path = "/v2/refunds/list",
request_body=RefundListRequest,
responses(