From e3c2644afddea5c4d0fa06a859da61d2c8bcfbd4 Mon Sep 17 00:00:00 2001 From: NoyanAziz Date: Wed, 25 Sep 2024 15:16:23 +0500 Subject: [PATCH] Update README.rst with instructions for running the refunds flow --- README.rst | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/README.rst b/README.rst index f7d9e0e2..dee642ba 100644 --- a/README.rst +++ b/README.rst @@ -104,12 +104,17 @@ Setup with Commercetools Setup for running Refunds flow (**For refunds flow only**) ============================================= -Add the following inside your `'edx-platform/lms/envs/private.py'` file + Add the following inside your `'edx-platform/lms/envs/private.py'` file -.. code-block:: console + .. code-block:: console + + COMMERCE_COORDINATOR_REFUND_SOURCE_SYSTEMS = ('commercetools',) + COMMERCE_COORDINATOR_URL_ROOT = 'http://host.docker.internal:8140' + + Go to the following URL to update the **waffle flags**: + http://localhost:18000/admin/waffle/flag/ - COMMERCE_COORDINATOR_REFUND_SOURCE_SYSTEMS = ('commercetools',) - COMMERCE_COORDINATOR_URL_ROOT = 'http://host.docker.internal:8140' + Add the `commerce.transition_to_coordinator.refunds` flag with the **Everyone** attribute set to **Yes**. Every toou develop something in this repo