better wording on buying tokens

This commit is contained in:
Tyler Renelle
2013-03-28 00:49:57 -07:00
parent 88badc4929
commit d2b4072ad6
2 changed files with 7 additions and 2 deletions
+3 -1
View File
@@ -20,12 +20,14 @@ module.exports.app = (appExports, model) ->
.error (err) ->
alert err.responseText
disableAds = if (model.get('_user.flags.ads') is 'hide') then '' else 'Disable Ads, '
StripeCheckout.open
key: model.get('_stripePubKey')
address: false
amount: 500
name: "Checkout"
description: "Purchase 20 Tokens, Disable Ads."
description: "Buy 20 Tokens, #{disableAds}Support the Developers"
panelLabel: "Checkout"
token: token