From 89381e84eb45dd70e95a19e5119fa6b85e549149 Mon Sep 17 00:00:00 2001 From: Henry Oswald Date: Mon, 16 Nov 2015 15:51:54 +0000 Subject: [PATCH] switch to student switches to free trial --- services/web/public/coffee/main/new-subscription.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/web/public/coffee/main/new-subscription.coffee b/services/web/public/coffee/main/new-subscription.coffee index 87a80a2ce3..de86af1ab1 100644 --- a/services/web/public/coffee/main/new-subscription.coffee +++ b/services/web/public/coffee/main/new-subscription.coffee @@ -9,7 +9,7 @@ define [ $scope.plans = MultiCurrencyPricing.plans $scope.switchToStudent = ()-> - window.location = "/user/subscription/new?planCode=student¤cy=#{$scope.currencyCode}" + window.location = "/user/subscription/new?planCode=student_free_trial_7_days¤cy=#{$scope.currencyCode}" $scope.paymentMethod = "credit_card"