0
Fork 0
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:
Fabien O'Carroll 2020-06-29 16:44:50 +02:00
parent dc131cfff1
commit 21e9fd93b8

View file

@ -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