mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
switch to student switches to free trial
This commit is contained in:
parent
05c45cd658
commit
89381e84eb
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue