openfun / fun-apps

:warning: DEPRECATED :warning:
Other
15 stars 20 forks source link

🐛(payment) fix absolute url in payment email #716

Closed sampaccoud closed 3 years ago

sampaccoud commented 3 years ago

Purpose

An absolute url was hardcoded so a link in the payment confirmation email was broken since we have moved openedx to "lms.fun-mooc.fr".

Proposal

Compute the absolute url with the LMS_BASE setting.