From 06f03dbdd8d452d888bea897eb10c2e9728a7dc8 Mon Sep 17 00:00:00 2001 From: johnkelesidis <72185528+johnkelesidis@users.noreply.github.com> Date: Mon, 20 May 2024 12:10:36 +0300 Subject: [PATCH] Update HttpLayer.php --- src/Common/HttpLayer.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Common/HttpLayer.php b/src/Common/HttpLayer.php index 2016294..e683d3c 100644 --- a/src/Common/HttpLayer.php +++ b/src/Common/HttpLayer.php @@ -161,7 +161,7 @@ protected function buildPlugins(): array $contentTypePlugin = new ContentTypePlugin(); $headerDefaultsPlugin = new HeaderDefaultsPlugin([ - 'User-Agent' => 'mailersend-php/' . Constants::SDK_VERSION + 'User-Agent' => 'mailerlite-php/' . Constants::SDK_VERSION ]); $httpErrorPlugin = new HttpErrorHelper();