Enable redeem codes.

Update the redeem code schema

Updating the redeem code schema.

Adding migration file.

Adding course mode support when redeeming a code.

Conflicts:
	lms/djangoapps/shoppingcart/views.py

Add sales admin privileges for redeem code generation.

Making sure redeem code URLs work for verified courses.

pep8 violations

Code Review and Test Cleanup changes

Added tests, fixed tests.

Updating the boolean checks in ecommerce template
This commit is contained in:
stephensanchez
2014-12-22 20:23:24 +00:00
parent 70b38fc3a3
commit b188430679
18 changed files with 804 additions and 88 deletions

View File

@@ -294,7 +294,7 @@
}
}
input[type="submit"] {
input[type="submit"], button {
text-transform: none;
width: 450px;
height: 70px;