Skip to content

Commit

Permalink
PI-2668 Update reference for SMS messages (#4470)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcus-bcl authored Nov 27, 2024
1 parent 72924c3 commit 9a7ba10
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ internal class IntegrationTest {
"cd713c1b-1b27-45a0-b493-37a34666635a",
"07000000000",
mapOf("FirstName" to "Test", "NextWorkSession" to "01/01/2000"),
"123, 456"
"A123456:01/01/2000:123, 456"
)
verify(telemetryService).trackEvent(
"SentUnpaidWorkAppointmentReminder",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ class UnpaidWorkAppointmentsService(
templateId,
it.mobileNumber,
mapOf("FirstName" to it.firstName, "NextWorkSession" to it.appointmentDate),
it.upwAppointmentIds
"${it.crn}:${it.appointmentDate}:${it.upwAppointmentIds}"
)
telemetryService.trackEvent(
"SentUnpaidWorkAppointmentReminder",
Expand Down

0 comments on commit 9a7ba10

Please sign in to comment.