From 503315202ca03dfd6e1d625ec23bf596cb669d45 Mon Sep 17 00:00:00 2001 From: Albert Date: Thu, 30 Apr 2026 23:01:55 +0200 Subject: [PATCH] Fix checkout config encoding --- checkout/config.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/checkout/config.php b/checkout/config.php index 03c6c13..452b1c1 100644 --- a/checkout/config.php +++ b/checkout/config.php @@ -1,4 +1,4 @@ - dirname(__DIR__) . '/data/internal-notifications.log', 'admin_tools_token' => kapvoe_env('KAPVOE_ADMIN_TOOLS_TOKEN'), -]; +]; \ No newline at end of file