Merged in feat/SW-431-payment-flow (pull request #635)
Feat/SW-431 payment flow * feat(SW-431): Update mock hotel data * feat(SW-431): Added route handler and trpc routes * feat(SW-431): List payment methods and handle booking status and redirection * feat(SW-431): Updated booking page to poll for booking status * feat(SW-431): Updated create booking contract * feat(SW-431): small fix * fix(SW-431): Added intl string and sorted dictionaries * fix(SW-431): Changes from PR * fix(SW-431): fixes from PR * fix(SW-431): add todo comments * fix(SW-431): update schema prop Approved-by: Simon.Emanuelsson
This commit is contained in:
committed by
Pontus Dreij
parent
dde7fb1fd8
commit
9b160c2222
@@ -67,7 +67,6 @@
|
|||||||
"Day": "Day",
|
"Day": "Day",
|
||||||
"Description": "Description",
|
"Description": "Description",
|
||||||
"Destination": "Destination",
|
"Destination": "Destination",
|
||||||
"Destination": "Destination",
|
|
||||||
"Destinations & hotels": "Destinations & hotels",
|
"Destinations & hotels": "Destinations & hotels",
|
||||||
"Disabled booking options header": "We're sorry",
|
"Disabled booking options header": "We're sorry",
|
||||||
"Disabled booking options text": "Codes, cheques and reward nights aren't available on the new website yet.",
|
"Disabled booking options text": "Codes, cheques and reward nights aren't available on the new website yet.",
|
||||||
@@ -186,6 +185,7 @@
|
|||||||
"Phone is required": "Phone is required",
|
"Phone is required": "Phone is required",
|
||||||
"Phone number": "Phone number",
|
"Phone number": "Phone number",
|
||||||
"Please enter a valid phone number": "Please enter a valid phone number",
|
"Please enter a valid phone number": "Please enter a valid phone number",
|
||||||
|
"points": "Points",
|
||||||
"Points": "Points",
|
"Points": "Points",
|
||||||
"points": "Points",
|
"points": "Points",
|
||||||
"Points being calculated": "Points being calculated",
|
"Points being calculated": "Points being calculated",
|
||||||
|
|||||||
Reference in New Issue
Block a user