mitodl / mitxpro

BSD 3-Clause "New" or "Revised" License
12 stars 2 forks source link

Receipts: email body doesn't display correct course name #1410

Closed pdpinch closed 4 years ago

pdpinch commented 4 years ago

Steps to Reproduce

  1. Purchase a courserun on RC, such as product id 77, Additive Manufacturing
  2. Read the email that arrives

Expected Behavior

Actual Behavior

This line needs to be templatized with the product name: https://github.com/mitodl/mitxpro/blob/master/mail/templates/product_order_receipt/body.html#L8

asadiqbal08 commented 4 years ago

Fix: https://github.com/mitodl/mitxpro/pull/1411 feel free to review.