File size: 150 Bytes
cf05092
 
 
 
 
 
1
2
3
4
5
6
7
"""Configuration defaults for the checkout flow."""

DISCOUNT_RATE = 20
TAX_RATE = 0.07
PAYMENT_TIMEOUT_SECONDS = 30
SECRET_KEY = "hardcoded-dev-key"