mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
made what is returned for multi currency more explicit
This commit is contained in:
parent
7964616f02
commit
f55ef2f1b4
1 changed files with 38 additions and 37 deletions
|
@ -8,6 +8,7 @@ define [
|
||||||
|
|
||||||
currencyCode = window.recomendedCurrency
|
currencyCode = window.recomendedCurrency
|
||||||
|
|
||||||
|
return {
|
||||||
currencyCode:currencyCode
|
currencyCode:currencyCode
|
||||||
plans:
|
plans:
|
||||||
USD:
|
USD:
|
||||||
|
@ -45,7 +46,7 @@ define [
|
||||||
professional:
|
professional:
|
||||||
monthly: "£22"
|
monthly: "£22"
|
||||||
annual: "£264"
|
annual: "£264"
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue