The thing that you want to achieve is to modify the code in the MFE, right?
I haven’t worked with other tutor plugins, and hopping I understand your question correctly, the steps that you should follow are these ones How to set your custom fork repo of mfe discussion app changes on tutor
You have to be aware of some things:
- You need to fork and modify GitHub - openedx/frontend-app-payment
- This is added by tutor-ecommerce no tutor-mfe tutor-ecommerce/tutorecommerce/plugin.py at master · overhangio/tutor-ecommerce · GitHub then I guess using
ECOMMERCE_PAYMENT_MFE_APP
in theconfig.yml
you should be able to add your custom mfe. - I guess you have to rebuild both images after applying your changes.