Update completeBooking method TODO to include price re-calculation for customer-specific adjustments

This commit is contained in:
Jeppe Bundgaard
2025-11-10 12:13:38 +01:00
parent ad55e97b54
commit ed7ace3a1b
@@ -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