Skip to content

Commit

Permalink
Update API URLs (#42)
Browse files Browse the repository at this point in the history
* Update api url

* Update config version 4.2.2
  • Loading branch information
beetofly authored Jun 22, 2023
1 parent 60ae78b commit 1221eec
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Config/config.php
Original file line number Diff line number Diff line change
Expand Up @@ -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' => [
Expand Down
4 changes: 2 additions & 2 deletions Helper/AudienceHelper.php
Original file line number Diff line number Diff line change
Expand Up @@ -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';

Expand Down

0 comments on commit 1221eec

Please sign in to comment.