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

Method isRegionalSubscription

app/models/Product.js:22–22  ·  view source on GitHub ↗
(name)

Source from the content-addressed store, hash-verified

20 }
21
22 isRegionalSubscription (name) { return utils.isRegionalSubscription(name != null ? name : this.get('name')) }
23
24 priceStringNoSymbol () { return (this.get('amount') / 100).toFixed(2) }
25

Callers 2

afterRenderMethod · 0.80
onClickPurchaseButtonMethod · 0.80

Calls 1

getMethod · 0.45

Tested by

no test coverage detected