Ghost/ghost/core/test/e2e-api
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
..
admin 🐛 Fixed Tier description not being set (#15741) 2022-11-01 16:25:55 +07:00
content
members 🐛 Fixed upgrading to a paid plan 2022-11-02 00:11:33 +07:00
members-comments
shared