Made name field HabitRPG so sms will be correct. Uncomented description

and put the old name field
This commit is contained in:
Blade Barringer
2014-12-29 20:31:59 -06:00
parent 4eca27f19e
commit ffa8072800
+2 -2
View File
@@ -30,8 +30,8 @@ function($rootScope, User, $http, Content) {
key: window.env.STRIPE_PUB_KEY,
address: false,
amount: amount,
name: sub ? window.env.t('subscribe') : window.env.t('checkout'),
//description: sub ? window.env.t('buySubsText') : window.env.t('donationDesc'),
name: 'HabitRPG',
description: sub ? window.env.t('subscribe') : window.env.t('checkout'),
panelLabel: sub ? window.env.t('subscribe') : window.env.t('checkout'),
token: function(res) {
var url = '/stripe/checkout?a=a'; // just so I can concat &x=x below