Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions scheduler-editor.html
Original file line number Diff line number Diff line change
Expand Up @@ -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`,
},
},
};
</script>
</body>
</html>
</html>