From f3efad079504626b16002e20e0acaf093862727f Mon Sep 17 00:00:00 2001 From: Samuel Xavier Date: Thu, 27 Mar 2025 11:29:08 -0300 Subject: [PATCH] TDT-2361 Bug: changed :booking_id to :booking_ref, as per recent component updates --- scheduler-editor.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/scheduler-editor.html b/scheduler-editor.html index a177484..d539adb 100644 --- a/scheduler-editor.html +++ b/scheduler-editor.html @@ -48,11 +48,11 @@ requires_session_auth: false, // creates public configuration which does not require session tokens scheduler: { // callback URLs to be set in email confirmation messages - rescheduling_url: `${window.location.origin}/reschedule/:booking_id`, - cancellation_url: `${window.location.origin}/cancel/:booking_id`, + rescheduling_url: `${window.location.origin}/reschedule/:booking_ref`, + cancellation_url: `${window.location.origin}/cancel/:booking_ref`, }, }, }; - \ No newline at end of file +