mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
change name of test cancelation-view -> cancelation-options-view
This commit is contained in:
parent
13af9b7b56
commit
3ed4c0fb72
1 changed files with 2 additions and 2 deletions
|
@ -123,7 +123,7 @@ define [
|
|||
$scope.inflight = true
|
||||
$http.post("/user/subscription/cancel", body)
|
||||
.success ->
|
||||
sixpack.convert 'cancelation-view', ->
|
||||
sixpack.convert 'cancelation-options-view', ->
|
||||
location.reload()
|
||||
.error ->
|
||||
console.log "something went wrong changing plan"
|
||||
|
@ -131,7 +131,7 @@ define [
|
|||
|
||||
|
||||
$scope.switchToCancelationView = ->
|
||||
sixpack.participate 'cancelation-view', ['basic', 'downgrade-options'], (view, rawResponse)->
|
||||
sixpack.participate 'cancelation-options-view', ['basic', 'downgrade-options'], (view, rawResponse)->
|
||||
$scope.view = "cancelation"
|
||||
$scope.sixpackOpt = view
|
||||
|
||||
|
|
Loading…
Reference in a new issue