has anyone successfully applied the latest CVE pat...
# suitecommerce
e
has anyone successfully applied the latest CVE patch on 2019.2 version? The docs seem to have some errors for this version but whenever we try to deploy the override of the ServiceController.js we got an error stating that ServiceController.ts does not exist, it is kind of weird that it is looking for a .ts file on the suitescript folder of a custom module
k
You need to update the path in the ns.package, it’s not correct. We also had to move the override folder to the same level as Advanced and Common.. that change needs to be reflected in distro.json too.
e
Thanks @Kearobi!