wakey18 It won't be an easy modification as @fedex suggested since the database doesn't store the asap value, the database only stores the order date and time. So, you can add an order_time_type
column to orders table and set the value to 1 if Location::orderTimeIsAsap()
is true. Hope that helps.