From 03ce14abdee3928573b655726ef5b41477e3bb9b Mon Sep 17 00:00:00 2001 From: Dat Pham Date: Tue, 25 Sep 2018 16:20:05 +0200 Subject: [PATCH] PHP fixer --- src/lemonway/services/LemonWayConfig.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lemonway/services/LemonWayConfig.php b/src/lemonway/services/LemonWayConfig.php index c909ceb..51d0645 100644 --- a/src/lemonway/services/LemonWayConfig.php +++ b/src/lemonway/services/LemonWayConfig.php @@ -49,7 +49,7 @@ public static function is4EcommerceMode() } public static function getDirectkitUrl() - { + { if (LemonWayConfig::is4EcommerceMode()) { // If LW4EC if (LemonWayConfig::isTestMode()) {