Skip to content

Commit

Permalink
Merge pull request afup#1319 from afup/fix_mail_sponsor_ticket
Browse files Browse the repository at this point in the history
correction du mail envoyé aux sponsors
  • Loading branch information
agallou authored Sep 23, 2023
2 parents a4e36c9 + 326d1d6 commit 97ed4ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sources/AppBundle/Event/Ticket/SponsorTokenMail.php
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ public function sendNotification(SponsorTicket $sponsorTicket, $lastCall = false
['eventSlug' => $event->getPath()],
UrlGeneratorInterface::ABSOLUTE_URL
),
'%endDate%' => $event->getDateEndSales()->format('d/m/Y')
'%endDate%' => $event->getDateEndSalesSponsorToken()->format('d/m/Y')
]
);

Expand Down

0 comments on commit 97ed4ac

Please sign in to comment.