mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-27 22:49:56 -05:00
Fixed stripe_plans default settings
refs #10318 These should be fractional amounts so they needed to be 100x larger
This commit is contained in:
parent
dc131cfff1
commit
21e9fd93b8
1 changed files with 1 additions and 1 deletions
|
@ -199,7 +199,7 @@
|
|||
"defaultValue": null
|
||||
},
|
||||
"stripe_plans": {
|
||||
"defaultValue": "[{\"name\":\"Monthly\",\"currency\":\"usd\",\"interval\":\"month\",\"amount\":5},{\"name\":\"Yearly\",\"currency\":\"usd\",\"interval\":\"year\",\"amount\":50}]"
|
||||
"defaultValue": "[{\"name\":\"Monthly\",\"currency\":\"usd\",\"interval\":\"month\",\"amount\":500},{\"name\":\"Yearly\",\"currency\":\"usd\",\"interval\":\"year\",\"amount\":5000}]"
|
||||
},
|
||||
"stripe_connect_publishable_key": {
|
||||
"defaultValue": null
|
||||
|
|
Loading…
Add table
Reference in a new issue