Update prepaid course price

This commit is contained in:
Scott Erickson 2015-11-10 11:37:21 -08:00
parent b63daf5a18
commit 4561ff42ce

View file

@ -153,7 +153,7 @@ PrepaidHandler = class PrepaidHandler extends Handler
purchasePrepaidCourse: (user, maxRedeemers, timestamp, token, done) ->
type = 'course'
amount = maxRedeemers * 200 # TODO: Actual price
amount = maxRedeemers * 400
if amount > 0 and not (token or user.isAdmin())
@logError(user, "Purchase prepaid courses missing required Stripe token #{amount}")
return done('Missing required Stripe token')