Commit c5b98677 by Vedran Karačić Committed by GitHub

Merge pull request #844 from edx/vkaracic/SOL-1838

Add new line for coupon document bullet list
parents 427de7e4 df1ba905
...@@ -42,6 +42,7 @@ Coupon Code Redemption ...@@ -42,6 +42,7 @@ Coupon Code Redemption
There are two endpoints for redemption. There are two endpoints for redemption.
- Offer landing page: - Offer landing page:
http://localhost:8002/coupons/offer/?code= http://localhost:8002/coupons/offer/?code=
This page displays the offer to the learner and allows the leaner to apply the code supplied. This page displays the offer to the learner and allows the leaner to apply the code supplied.
...@@ -49,6 +50,7 @@ This landing page does not require registration / login and is there to provide ...@@ -49,6 +50,7 @@ This landing page does not require registration / login and is there to provide
context as well as to confirm this will in fact enroll the learner in the course. context as well as to confirm this will in fact enroll the learner in the course.
- Redeem endpoint - Redeem endpoint
http://localhost:8002/coupons/redeem/?code= http://localhost:8002/coupons/redeem/?code=
This endpoint actually performs the code redemption by adding the associated course to This endpoint actually performs the code redemption by adding the associated course to
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment