Ghost/ghost/core/test/e2e-api
Fabien "egg" O'Carroll 1f300fb781 🐛 Fixed checkout sessions when using Offers
closes https://github.com/TryGhost/Team/issues/2195

The issue here is two-fold, and specific to using Offers so was not
caught by any automated tests. First, we were incorrectly comparing
the tier.id to the offer.tier.id - this is because the Tier objects id
property is an instance of ObjectID rather than a string.

Secondly we were passing through the cadence parameter from the
request body, but when using Offers this is not including in the
request, so we must pull the data off of the Offer object instead and
pass that to the payments service.
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 checkout sessions when using Offers 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