(currency)
| 5 | } |
| 6 | |
| 7 | function getDisplayCurrency (currency) { |
| 8 | return currency === 'usd' ? '$' : currency |
| 9 | } |
| 10 | |
| 11 | async function handleCheckoutSession (options) { |
| 12 | return handleCheckoutSessionHelper(options) |
nothing calls this directly
no outgoing calls
no test coverage detected