mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-30 01:27:31 +08:00
refactor(refunds_v2): Change refunds v2 list request verb from GET to POST (#8289)
This commit is contained in:
@ -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(
|
||||
|
||||
Reference in New Issue
Block a user