mirror of
https://github.com/pretix/pretix.git
synced 2026-05-03 14:54:04 +00:00
Documentation typo fix (#1908)
This commit is contained in:
@@ -1759,7 +1759,7 @@ class OrderRefund(models.Model):
|
||||
Marks the refund as complete. This does not modify the state of the order.
|
||||
|
||||
:param user: The user who performed the change
|
||||
:param user: The API auth token that performed the change
|
||||
:param auth: The API auth token that performed the change
|
||||
"""
|
||||
self.state = self.REFUND_STATE_DONE
|
||||
self.execution_date = self.execution_date or now()
|
||||
|
||||
Reference in New Issue
Block a user