Ghost/ghost/members-api
Naz 82ed10473b
Added 'getDefaultProduct' convenience method to product repo
refs https://github.com/TryGhost/Team/issues/1869

- There are multiple places in the codebase fetching "default product". The code is slightly divergent in each one of them and has been a source of bugs (like the one referenced). Having the logic captured in one place will allow reducing the code duplication, making code less bug prone, and making testing the modules dependent on the "setDefaultProduct" method easier
2022-10-20 17:19:52 +08:00
..
lib Added 'getDefaultProduct' convenience method to product repo 2022-10-20 17:19:52 +08:00
test Added 'getDefaultProduct' convenience method to product repo 2022-10-20 17:19:52 +08:00
.eslintrc.js
.gitignore
index.js
package.json Update dependency mocha to v10.1.0 2022-10-17 08:41:28 +00:00