From 1221eeca1f972d52f5556073c6fe1c5b846565d8 Mon Sep 17 00:00:00 2001 From: Erk Kosel Date: Thu, 22 Jun 2023 12:07:35 +0200 Subject: [PATCH] Update API URLs (#42) * Update api url * Update config version 4.2.2 --- Config/config.php | 2 +- Helper/AudienceHelper.php | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Config/config.php b/Config/config.php index 8d9c212..99598bf 100644 --- a/Config/config.php +++ b/Config/config.php @@ -14,7 +14,7 @@ return [ 'name' => 'Print Mailing DPAG Integration by Leuchtfeuer', 'description' => 'Send postcards or letters via Print Mailing', - 'version' => '4.2.1', + 'version' => '4.2.2', 'author' => 'Leuchtfeuer Digital Marketing GmbH', 'menu' => [ diff --git a/Helper/AudienceHelper.php b/Helper/AudienceHelper.php index 2970458..81a0ffd 100644 --- a/Helper/AudienceHelper.php +++ b/Helper/AudienceHelper.php @@ -4,9 +4,9 @@ class AudienceHelper { - private const AUDIENCE = 'https://print-mailing-api.deutschepost.de'; + private const AUDIENCE = 'https://api-eu.dhl.com/post/advertising/print-mailing'; - private const TEST_AUDIENCE = 'https://uat.print-mailing-api-test.deutschepost.de'; + private const TEST_AUDIENCE = 'https://api-uat.dhl.com/post/advertising/print-mailing'; private const FRONTEND = 'https://print-mailing.deutschepost.de';