Ghost/ghost/offers/lib
Jono M 3f70cc08b7
Fixed create offer API not returning created_at (#19143)
refs https://github.com/TryGhost/Product/issues/4196

The offers API basically returns the data you pass to it, rather than
the created database record. It looks like this is how it was intended
to work in the first place; the `setMilliseconds` is because the test
helper expects `.000Z`, which I assume is because MySQL will strip off
the milliseconds when it's saved.
2023-11-28 15:11:35 +00:00
..
application Added last redeemed property to Offers (#19066) 2023-11-21 08:02:15 +00:00
domain Fixed create offer API not returning created_at (#19143) 2023-11-28 15:11:35 +00:00
OffersModule.js Moved OfferRepository to core 2023-09-02 16:58:48 +07:00