1. 30 Oct, 2015 1 commit
    • Add configurable refund window · 1f77810f
      Add configuration model for enrollment refunds.
      
      Use order info from otto in refund window calculation
      
      Delete dupe tests. Extend tests to include window tests
      
      Move ecom client from lib to djangoapps in openedx
      Bill DeRusha committed
  2. 20 Oct, 2015 1 commit
  3. 02 Oct, 2015 1 commit
  4. 09 Jul, 2015 1 commit
  5. 21 May, 2015 1 commit
  6. 18 May, 2015 1 commit
  7. 05 May, 2015 1 commit
  8. 02 May, 2015 1 commit
  9. 13 Mar, 2015 1 commit
    • Added commerce/purchase endpoint · eaa7a220
      This new endpoint is intended to replace enrollment API call used on the login+registration page. Instead of directly enrolling students, the view will contact the external e-commerce API (Oscar) to create a new order. Oscar will be responsible for completing the order and enrolling the student.
      
      This behavior will only apply to course modes with associated SKUs. All other course mode enrollments will be processed directly by LMS.
      Clinton Blackburn committed