MCPcopy Create free account
hub / github.com/codecombat/codecombat / getDisplayCurrency

Function getDisplayCurrency

app/views/payment/paymentPriceHelper.js:7–9  ·  view source on GitHub ↗
(currency)

Source from the content-addressed store, hash-verified

5}
6
7function getDisplayCurrency (currency) {
8 return currency === 'usd' ? '$' : currency
9}
10
11async function handleCheckoutSession (options) {
12 return handleCheckoutSessionHelper(options)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected