Documentation typo fix (#1908)

This commit is contained in:
Ayan Ginet
2021-01-20 21:10:40 +05:00
committed by GitHub
parent eb80cf248e
commit 748cfa3487
2 changed files with 2 additions and 2 deletions

View File

@@ -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()