Skip to content

Commit

Permalink
(MTC-5938) Update PrintmailingService.php (#46)
Browse files Browse the repository at this point in the history
removed trailing slash in recipient API endpoint
  • Loading branch information
ekkeguembel authored Aug 21, 2024
1 parent cd46dec commit 7722373
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Service/PrintmailingService.php
Original file line number Diff line number Diff line change
Expand Up @@ -360,7 +360,7 @@ public function createRecipient(TriggerCampaign $triggerCampaign, Lead $lead): v
{
$response = $this->client->request(
'POST',
'/post/advertising/print-mailing/automation/v1/recipients/',
'/post/advertising/print-mailing/automation/v1/recipients',
[
RequestOptions::JSON => [
'campaignId' => $triggerCampaign->getTriggerId(),
Expand Down

0 comments on commit 7722373

Please sign in to comment.