Ghost/ghost/offers/lib/application
Fabien O'Carroll e744c0f82e Fixed issue with updating offer to empty description
no-issue

Because we were checking for truthyness rather than existence when
updating properties on an Offer - it was impossible to set the
description to a blank string, as this is falsy.
2021-10-19 11:00:18 +02:00
..
OfferMapper.js Updated API to use snake_case for redemption_count 2021-10-18 17:29:30 +02:00
OfferRepository.js
OffersAPI.js Fixed issue with updating offer to empty description 2021-10-19 11:00:18 +02:00
UniqueChecker.js