asadiqbal08:[EX-6] Set up data models and shopping cart enhancements in the LMS
Added username into Authors file [Ex-12] Add user to input coupon code in the Shopping Cart [Ex-13] Discount should be reflected in the Payment confirmation page and email added E-commerce Tab in Instructor Dashboard added name/email in authors file removed the is_active column, change the colors scheme, fixed bugs wip wip test github account STORE_BILLING_INFO set to True cybersource api update, reference number updated, merchant_data removed from params View Course buttons on receipt link for course added to receipt receipt.html view course button - func update receipt.html course link update move new CyberSource implementation to a separate file so that we can keep the original remove config changes remove config changes remove coupon redemption during clear cart and update test cases [Ex-11]added test cases(E-commerce Tab Instuctor Dashboard) update data model max_length to 255 remove array paid_course...
Showing
- AUTHORS 2 additions, 0 deletionsAUTHORS
- common/djangoapps/student/admin.py 3 additions, 1 deletioncommon/djangoapps/student/admin.py
- common/djangoapps/student/migrations/0037_auto__add_courseregistrationcode.py 179 additions, 0 deletions...udent/migrations/0037_auto__add_courseregistrationcode.py
- common/djangoapps/student/migrations/0038_auto__add_usersignupsource.py 180 additions, 0 deletions...pps/student/migrations/0038_auto__add_usersignupsource.py
- common/djangoapps/student/migrations/0039_auto__del_courseregistrationcode.py 174 additions, 0 deletions...udent/migrations/0039_auto__del_courseregistrationcode.py
- common/djangoapps/student/models.py 12 additions, 0 deletionscommon/djangoapps/student/models.py
- common/djangoapps/student/roles.py 7 additions, 0 deletionscommon/djangoapps/student/roles.py
- common/djangoapps/student/tests/test_microsite.py 51 additions, 0 deletionscommon/djangoapps/student/tests/test_microsite.py
- common/djangoapps/student/views.py 19 additions, 1 deletioncommon/djangoapps/student/views.py
- lms/djangoapps/instructor/tests/test_ecommerce.py 193 additions, 0 deletionslms/djangoapps/instructor/tests/test_ecommerce.py
- lms/djangoapps/instructor/views/coupons.py 135 additions, 0 deletionslms/djangoapps/instructor/views/coupons.py
- lms/djangoapps/instructor/views/instructor_dashboard.py 39 additions, 0 deletionslms/djangoapps/instructor/views/instructor_dashboard.py
- lms/djangoapps/shoppingcart/exceptions.py 12 additions, 0 deletionslms/djangoapps/shoppingcart/exceptions.py
- lms/djangoapps/shoppingcart/migrations/0008_auto__add_coupons__add_couponredemption__chg_field_certificateitem_cou.py 189 additions, 0 deletions...s__add_couponredemption__chg_field_certificateitem_cou.py
- lms/djangoapps/shoppingcart/migrations/0009_auto__del_coupons__add_courseregistrationcode__add_coupon__chg_field_c.py 216 additions, 0 deletions...s__add_courseregistrationcode__add_coupon__chg_field_c.py
- lms/djangoapps/shoppingcart/models.py 87 additions, 1 deletionlms/djangoapps/shoppingcart/models.py
- lms/djangoapps/shoppingcart/processors/CyberSource.py 27 additions, 7 deletionslms/djangoapps/shoppingcart/processors/CyberSource.py
- lms/djangoapps/shoppingcart/processors/CyberSource2.py 404 additions, 0 deletionslms/djangoapps/shoppingcart/processors/CyberSource2.py
- lms/djangoapps/shoppingcart/processors/tests/test_CyberSource.py 29 additions, 0 deletions...ngoapps/shoppingcart/processors/tests/test_CyberSource.py
- lms/djangoapps/shoppingcart/tests/test_views.py 199 additions, 2 deletionslms/djangoapps/shoppingcart/tests/test_views.py
Please register or sign in to comment