Made name field HabitRPG so sms will be correct. Uncomented description
and put the old name field
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user