Ghost/ghost/core
Michael Barrett 6bfba13937
🐛 Fixed data importer allowing invalid free product to be imported (#20572)
refs
[ENG-1355](https://linear.app/tryghost/issue/ENG-1355/site-boot-cycling-due-to-free-tier-having-a-currency)

Fixed data importer allowing invalid free product to be imported which
could cause Ghost to not start due to the error:

`ValidationError: Free Tiers cannot have a currency`

It should not be possible to import a free product with pricing data (as
that means its not free 😄)
2024-07-10 10:49:56 +01:00
..
content 🎨 Updated Source to v1.3.0 2024-07-05 16:04:15 +00:00
core 🐛 Fixed data importer allowing invalid free product to be imported (#20572) 2024-07-10 10:49:56 +01:00
test 🐛 Fixed data importer allowing invalid free product to be imported (#20572) 2024-07-10 10:49:56 +01:00
.c8rc.e2e.json
.c8rc.json
.eslintignore
.eslintrc.js
.npmignore
config.development.json
ghost.js
index.js
jsconfig.json
loggingrc.js
MigratorConfig.js
monobundle.js
package.json Updated timezone dependency (#20570) 2024-07-09 16:31:36 -05:00
playwright.config.js