Merged in fix/STAY-72-resend-booking-confirmation (pull request #3067)
feat(STAY-72): add resend confirmation button and endpoint * feat(STAY-72): add resend confirmation button and endpoint * fix: replace modify buttons with design system button Approved-by: Chuma Mcphoy (We Ahead) Approved-by: Erik Tiekstra
This commit is contained in:
@@ -78,6 +78,9 @@ export namespace endpoints {
|
||||
export function guarantee(confirmationNumber: string) {
|
||||
return `${bookings}/${confirmationNumber}/guarantee`
|
||||
}
|
||||
export function confirmNotification(confirmationNumber: string) {
|
||||
return `${bookings}/${confirmationNumber}/confirmNotification`
|
||||
}
|
||||
|
||||
export const enum Stays {
|
||||
future = `${base.path.booking}/${version}/${base.enitity.Stays}/future`,
|
||||
|
||||
Reference in New Issue
Block a user