shreyas-joshi's picture
feat: initialize CodeReviewEnv with foundational components
cf05092
"""Configuration defaults for the checkout flow."""
DISCOUNT_RATE = 20
TAX_RATE = 0.07
PAYMENT_TIMEOUT_SECONDS = 30
SECRET_KEY = "hardcoded-dev-key"