From 256f627edee27a909072b6fa6668049eb0696c0d Mon Sep 17 00:00:00 2001 From: trendschau Date: Sat, 17 May 2025 13:13:08 +0200 Subject: [PATCH] Fix Typo addCustomHeaders in apiCalls issue #538 --- system/typemill/Models/ApiCalls.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/typemill/Models/ApiCalls.php b/system/typemill/Models/ApiCalls.php index 21280cd..7d1a015 100644 --- a/system/typemill/Models/ApiCalls.php +++ b/system/typemill/Models/ApiCalls.php @@ -90,7 +90,7 @@ class ApiCalls "Content-Type: application/json" ]; - $headers = $this->addCustomHeader($headers, $customHeaders); + $headers = $this->addCustomHeaders($headers, $customHeaders); $options = [ 'http' => [