Skip to content

Disable refund failure notification

Tehreem Sadat edited this page Feb 28, 2020 · 9 revisions

Disable refund failure notification:

This flag is used to disable edX's default feature of sending refund failure notification from edX-platform. Its default value is True as we are sending a refund failure emails from the ecommerce instead of edX-platform to get more error details in support email.

Configuration:

  • Add the following changes in environment file of lms (lms.env.json) located at /edx/app/edxapp/edx-platform directory.
"FEATURES": 
{
    ...
    "DISABLE_REFUND_FAILURE_NOTIFICATION": true,
    ...
}
Clone this wiki locally