Update completeBooking method TODO to include price re-calculation for customer-specific adjustments
This commit is contained in:
@@ -169,7 +169,7 @@ class order_bookings_o extends db
|
||||
public function completeBooking(int $user_id): void
|
||||
{
|
||||
// TODO: Create order
|
||||
// TODO: Add order items
|
||||
// TODO: Add order items, re-calculate the prices to be customer specific
|
||||
// TODO: Create wash certificate
|
||||
// TODO: Send wash certificate
|
||||
// TODO: Update booking with order ID
|
||||
|
||||
Reference in New Issue
Block a user