"""Configuration defaults for the checkout flow.""" DISCOUNT_RATE = 20 TAX_RATE = 0.07 PAYMENT_TIMEOUT_SECONDS = 30 SECRET_KEY = "hardcoded-dev-key"