@@ -0,0 +1,9 @@
require "./checkout.rb"
checkout = Checkout.new()
checkout.add(:PI5)
checkout.add(:ZERO2W)
checkout.items # ["PI5", "ZERO2W"]
checkout.total # 75.00
The note is not visible to the blocked user.