Ghost/ghost/core/test
Fabien "egg" O'Carroll ba41f308c7 🐛 Fixed upgrading to a paid plan
closes https://github.com/TryGhost/Team/issues/2196

We were incorrectly assuming that all requests would have the
`customerEmail` passed in the body. Instead we were incorrectly
passing `undefined` or `''` as the `customerEmail` property to stripe,
which resulted in a validation error.

We've updated the code to pass `null` in the case of a falsy value,
which the Stripe API handles without error.
2022-11-02 00:11:33 +07:00
..
e2e-api 🐛 Fixed upgrading to a paid plan 2022-11-02 00:11:33 +07:00
e2e-browser Converted Ghost repo into a monorepo 2022-07-20 16:41:05 +02:00
e2e-frontend 🐛 Removed redirects from search engine indexing (#15617) 2022-10-14 15:51:43 +07:00
e2e-server Added full flow test for click tracking (#15546) 2022-10-10 10:15:31 -05:00
e2e-webhooks Added e2e tests for page.tag.attached webhook (#15648) 2022-10-30 16:45:51 +00:00
integration Added permissions for link edit endpoints (#15664) 2022-10-20 09:11:26 +05:30
regression Fixed default setting count regression test 2022-10-27 18:37:45 +02:00
unit Merged v5.22.0 into main 2022-10-31 17:49:27 +07:00
utils Fixed settings test 2022-10-27 21:30:31 +05:30
.eslintignore Converted Ghost repo into a monorepo 2022-07-20 16:41:05 +02:00
.eslintrc.js Converted Ghost repo into a monorepo 2022-07-20 16:41:05 +02:00