Show billing for comp'd accounts.

master
Nick Sergeant 2015-10-26 11:30:11 -04:00
parent 484892b1fe
commit 5e86a2e7f9
1 changed files with 2 additions and 1 deletions

View File

@ -83,7 +83,8 @@ def team_billing(request, username):
if team.stripe_id == 'COMP':
return {
'name': 'Promotional trial',
'team': team
'team': team,
'status': 'promo'
}
stripe.api_key = os.environ.get('STRIPE_SECRET_KEY',