style(billing): make comments concise

This commit is contained in:
Tanmay Deep Sharma
2026-06-04 18:59:50 +05:30
parent f1bc3208e9
commit ba38d54321
5 changed files with 10 additions and 37 deletions
@@ -1,7 +1,4 @@
// Single source of truth for billing currencies on the frontend.
// Adding a currency = one entry in BILLING_CURRENCY_CONFIG, add the code to
// SUPPORTED_BILLING_CURRENCIES, and add its label key under
// BILLING_SETTINGS.CURRENCY.OPTIONS in the locale files.
export const DEFAULT_BILLING_CURRENCY = 'usd';