From 0a619ca3701244bd367741aa6459d2cded14a09d Mon Sep 17 00:00:00 2001 From: Chris Pappas Date: Mon, 8 Apr 2024 11:24:57 -0400 Subject: [PATCH] fix: point ecommerce MFEs to openedx org --- tutorecommerce/plugin.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tutorecommerce/plugin.py b/tutorecommerce/plugin.py index 4560ab99..fef5e2aa 100644 --- a/tutorecommerce/plugin.py +++ b/tutorecommerce/plugin.py @@ -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, }, }