Basic total generation, no discounts for now

This commit is contained in:
David Underwood
2026-07-15 10:44:00 -04:00
parent 8e28112a8c
commit dadfeed768
3 changed files with 28 additions and 7 deletions
+2 -2
View File
@@ -5,5 +5,5 @@ checkout = Checkout.new()
checkout.add(:PI5)
checkout.add(:ZERO2W)
checkout.items # ["PI5", "ZERO2W"]
checkout.total # 75.00
puts checkout.items # ["PI5", "ZERO2W"]
puts checkout.total # 75.00