diff --git a/config.php b/config.php index 2dd07ce..b0d317c 100644 --- a/config.php +++ b/config.php @@ -74,9 +74,9 @@ return [ // OMG API Configuration 'omg_api' => [ - 'enabled' => false, // Set to true when API key has proper permissions + 'enabled' => true, // OMG API enabled with updated key 'base_url' => 'https://api2.omg.oliver.solutions/loreal/v1', - 'api_key' => 'PeyJvcmciOiIyOCIsImlkIjoiNjJhNWMwODkxOGI1NDhiYTlkOGU0NTU2N2ZmOTY2NGIiLCJoIjoibXVybXVyNjQifQ==', + 'api_key' => 'eyJvcmciOiIyOCIsImlkIjoiNjJhNWMwODkxOGI1NDhiYTlkOGU0NTU2N2ZmOTY2NGIiLCJoIjoibXVybXVyNjQifQ==', 'timeout' => 60, 'fallback_business_unit' => 'TESTING' // Used when OMG API is disabled ],