From fcd1b117659c33be2286a031929ca28b9b3ec274 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Im=C3=A8ne?= Date: Mon, 13 Apr 2026 17:27:29 +0200 Subject: [PATCH] PRE-3284 fix: delete duplicate content type --- lib/Payplug/Core/HttpClient.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Payplug/Core/HttpClient.php b/lib/Payplug/Core/HttpClient.php index eef9100..ed52589 100644 --- a/lib/Payplug/Core/HttpClient.php +++ b/lib/Payplug/Core/HttpClient.php @@ -253,7 +253,7 @@ private function request( } elseif (is_array($data) && isset($data['params'])) { $headers = array( - 'Content-Type: Content-Type: application/x-www-form-urlencoded', + 'Content-Type: application/x-www-form-urlencoded', ); } else { $headers = array(