Files
edx-platform/lms/djangoapps
Julia Hansbrough b822df4ee2 Added refund datetime info to Orders, OrderItems
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.
2013-11-25 21:57:46 +00:00
..
2013-09-06 09:45:59 -04:00
2013-06-27 16:27:39 -04:00
2013-11-25 14:56:09 -05:00
2013-07-19 11:03:25 -04:00
2013-09-13 14:44:49 -04:00
2013-09-23 12:58:14 +00:00
2013-11-08 16:27:42 +00:00