switch to student switches to free trial

This commit is contained in:
Henry Oswald 2015-11-16 15:51:54 +00:00
parent 05c45cd658
commit 89381e84eb

View file

@ -9,7 +9,7 @@ define [
$scope.plans = MultiCurrencyPricing.plans
$scope.switchToStudent = ()->
window.location = "/user/subscription/new?planCode=student&currency=#{$scope.currencyCode}"
window.location = "/user/subscription/new?planCode=student_free_trial_7_days&currency=#{$scope.currencyCode}"
$scope.paymentMethod = "credit_card"