mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-08-03 00:09:41 +00:00
Added image to stripe checkout
This commit is contained in:
parent
ffa8072800
commit
33e5802333
1 changed files with 1 additions and 0 deletions
|
|
@ -32,6 +32,7 @@ function($rootScope, User, $http, Content) {
|
|||
amount: amount,
|
||||
name: 'HabitRPG',
|
||||
description: sub ? window.env.t('subscribe') : window.env.t('checkout'),
|
||||
image: "/apple-touch-icon-144-precomposed.png",
|
||||
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
|
||||
|
|
|
|||
Loading…
Reference in a new issue