codecombat/server/commons
Matt Lott fec3ac38e9 Prepaid subscriptions
Admins can generate a prepaid code, which a user can use to subscribe
for free via the account/subscription page.
The subscription will be identical to the normal monthly subscription
(e.g. 3500 gems per month), except they won’t be charged.
Does not require the recipient to enter billing information.
Can be applied to an existing subscription, which will be converted to
free.
Prepaid code can only be used once.
Prepaid subscription cannot be unsubscribed via the UI.
2015-03-19 15:04:15 -07:00
..
database.coffee Also caching Aggregates. 2015-02-26 18:32:59 -08:00
errors.coffee Hooked up Level handler to deny creating new LevelSessions when the level requires a subscription and the user doesn't have one. 2014-12-03 13:32:28 -08:00
Handler.coffee Removed watcher emails for overloaded watchers. 2015-02-25 11:16:57 -08:00
LockManager.coffee Remove testing conditions 2014-07-16 19:49:48 -07:00
logging.coffee Clean up mixed quotes 2014-07-01 12:23:22 +08:00
mail.coffee Worked around unstable Zoho mail dependencies by switching password recovery and contact emails to Sendwithus. 2014-12-11 20:15:24 -08:00
mapping.coffee Prepaid subscriptions 2015-03-19 15:04:15 -07:00
queue.coffee Clean up mixed quotes 2014-07-01 12:23:22 +08:00