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 Wired up Tiers service to Tiers Content & Admin API 2022-10-25 09:02:59 +07:00
members 🐛 Fixed upgrading to a paid plan 2022-11-02 00:11:33 +07:00
members-comments Added temporary fix for random test failures in comments 2022-09-14 17:02:13 +02:00
shared Increased Vary granularity for versioned requests 2022-09-28 14:48:43 +08:00