Documentation fix.
This commit is contained in:
parent
a16cb71463
commit
e775e5afd9
1 changed files with 1 additions and 1 deletions
|
@ -253,7 +253,7 @@ class PaymentBase(models.Model):
|
|||
class to handle implementation-specific issues.
|
||||
|
||||
Attributes:
|
||||
invoice (inventory.Invoice): The invoice that this payment applies to.
|
||||
invoice (commerce.Invoice): The invoice that this payment applies to.
|
||||
|
||||
time (datetime): The time that this payment was generated. Note that
|
||||
this will default to the current time when the model is created.
|
||||
|
|
Loading…
Reference in a new issue