Name |
Last commit
|
Last update |
---|---|---|
.. | ||
migrations | ||
processors | ||
tests | ||
__init__.py | ||
context_processor.py | ||
exceptions.py | ||
models.py | ||
urls.py | ||
views.py |
Finance would like to have info about the date any given refund is requested. This commit adds a refund_requested_time field to OrderItem and a refund_time to Order. When a user *requests* a refund, the refund_requested_time field on OrderItem is updated; when a user actually *receives* their refund, the refund_time on Order is updated. Note that only the refund_requested_teim field is actually used right now; later on, when we're able to actually automate the process of actually giving users refunds, we will start usings Order's refund_time field.
Name |
Last commit
|
Last update |
---|---|---|
.. | ||
migrations | Loading commit data... | |
processors | Loading commit data... | |
tests | Loading commit data... | |
__init__.py | Loading commit data... | |
context_processor.py | Loading commit data... | |
exceptions.py | Loading commit data... | |
models.py | Loading commit data... | |
urls.py | Loading commit data... | |
views.py | Loading commit data... |