Skip to content

Commit

Permalink
correction du mail envoyé aux sponsors
Browse files Browse the repository at this point in the history
On envoyait la mauvaise date, on envoyait la date de fin de la billeterie
et pas celle de saisie des tokens sponsor.
  • Loading branch information
agallou committed Sep 23, 2023
1 parent a4e36c9 commit 326d1d6
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 326d1d6

Please sign in to comment.