Skip to content
This repository has been archived by the owner on Dec 16, 2024. It is now read-only.

Commit

Permalink
fix: point ecommerce MFEs to openedx org
Browse files Browse the repository at this point in the history
  • Loading branch information
christopappas authored and Faraz32123 committed Apr 9, 2024
1 parent 8aac01c commit 0a619ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tutorecommerce/plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,11 +72,11 @@ def _add_ecommerce_mfe_apps(
apps.update(
{
"orders": {
"repository": "https://github.com/edx/frontend-app-ecommerce.git",
"repository": "https://github.com/openedx/frontend-app-ecommerce.git",
"port": 7296,
},
"payment": {
"repository": "https://github.com/edx/frontend-app-payment.git",
"repository": "https://github.com/openedx/frontend-app-payment.git",
"port": 1998,
},
}
Expand Down

0 comments on commit 0a619ca

Please sign in to comment.