Changeset - 00b79a4becea
[Not reviewed]
0 1 0
Christopher Neugebauer - 8 years ago 2016-04-24 22:27:20
chrisjrn@gmail.com
Documentation now reflects that issue #37 is solved.
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
docs/payments.rst
Show inline comments
...
 
@@ -81,7 +81,7 @@ Calling ``update_status`` collects the ``PaymentBase`` objects that are attached
 

	
 
When your invoice becomes ``PAID`` for the first time, if there's a cart of inventory items attached to it, that cart becomes permanently reserved -- that is, all of the items within it are no longer available for other users to purchase. If an invoice becomes ``REFUNDED``, the items in the cart are released, which means that they are available for anyone to purchase again.
 

	
 
(One GitHub Issue #37 is completed) If you overpay an invoice, or pay into an invoice that should not have funds attached, a credit note for the residual payments will also be issued.
 
If you overpay an invoice, or pay into an invoice that should not have funds attached, a credit note for the residual payments will also be issued.
 

	
 
In general, although this means you *can* use negative payments to take an invoice into a *REFUNDED* state, it's still much more sensible to use the credit notes facility, as this makes sure that any leftover funds remain tracked in the system.
 

	
0 comments (0 inline, 0 general)