Skip to content

Commit

Permalink
Update README.rst with instructions for running the refunds flow
Browse files Browse the repository at this point in the history
  • Loading branch information
NoyanAziz authored Sep 25, 2024
1 parent 2a78538 commit e3c2644
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e3c2644

Please sign in to comment.