From 8554710f9d091c23d50bfd41b80a1d3123aa6dc3 Mon Sep 17 00:00:00 2001 From: Filip Kojic Date: Thu, 10 Oct 2024 14:53:25 +0200 Subject: [PATCH] Test if SonarCloud analysis is successfull ISSUE: ADPM-70 --- src/views/js/PageControllerFactory.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/js/PageControllerFactory.js b/src/views/js/PageControllerFactory.js index 99fc8437..4cb1fd29 100644 --- a/src/views/js/PageControllerFactory.js +++ b/src/views/js/PageControllerFactory.js @@ -19,7 +19,7 @@ if (!window.AdyenFE) { } name += 'Controller'; - // comment + if(!(AdyenFE.hasOwnProperty(name) && typeof AdyenFE[name] === 'function')) { return null; }