mirror of
https://github.com/pretix/pretix.git
synced 2026-05-03 14:54:04 +00:00
Add mark_refunded parameter to refund creation
This commit is contained in:
@@ -1594,7 +1594,8 @@ Order refund endpoints
|
||||
"amount": "23.00",
|
||||
"payment": 1,
|
||||
"execution_date": null,
|
||||
"provider": "manual"
|
||||
"provider": "manual",
|
||||
"mark_refunded": false
|
||||
}
|
||||
|
||||
**Example response**:
|
||||
|
||||
Reference in New Issue
Block a user