Files
edx-platform/lms
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-11-25 14:56:09 -05:00
2013-11-25 14:56:09 -05:00
2013-11-25 14:56:09 -05:00
2013-09-16 21:46:57 -07:00