proversity-org / ecommerce

Django application used to manage edX's product catalog and handle orders for those products.
GNU Affero General Public License v3.0
0 stars 1 forks source link

Payment basket course image not displaying (Discovery) #8

Open nicovanniekerk opened 6 years ago

nicovanniekerk commented 6 years ago

When a user selects to upgrade to a verified account on a paid course, the basket page loads with a broken image.

Steps:

  1. navigate to staging.pfn.proversity.io
  2. enroll in the Fintech navigator demo course
  3. on the dashboard, select to upgrade to verified.

Expected Result: The /basket/ page lads and the course name and image is visible under the "In your cart" heading.

Actual Results: The /basket/ page loads and the course name is visible but not the image.

What i have so far: When viewing the api-docs for discovery and you pull the information the basket page pulls, you can see the image link comes back empty from the discovery service. I haev interegated the database a little and did find image urls in there, that does work if you put them in a browser.

nicovanniekerk commented 6 years ago

This was solved and was due to inpropper configuration. needs to be checked on staging just to be sure again.

mariushuman commented 6 years ago

@nicovanniekerk I'm not a 100%, but I assume that the Verified course is where you need to verify yourself (Photo of ID and a photo of yourself). Now not sure if we need to add some xblock or activate some services, but it should look like the page below: https://courses.edx.org/verify_student/reverify

http://edx.readthedocs.io/projects/edx-guide-for-students/en/latest/SFD_pursue_certs.html#sfd-verify-your-identity

nicovanniekerk commented 6 years ago

Adding to EduNext backlog.

FYI @mariushuman @renevatium