Ghost/ghost/offers/lib/application
Fabien "egg" O'Carroll 00072a204f Simplified use of ValueObject in OfferRepository
I don't think we need to instantiate and use the `equals` method here. It adds
an extra dependency to the Repository implementation, but it is slightly more
"correct" as it means that we leak internals by comparing strings exactly?

The ValueObject pattern here was very much a trial and isn't something we're
necessarily sticking with, so I don't see a problem with this string comparison.
2023-09-02 16:58:48 +07:00
..
OfferMapper.js Updated offers setup to allow trial values 2022-08-11 11:04:39 +05:30
OfferRepository.js Simplified use of ValueObject in OfferRepository 2023-09-02 16:58:48 +07:00
OffersAPI.js Fixed missing options when creating or editing an Offer 2022-08-24 13:56:07 +02:00
UniqueChecker.js Moved application concerns to an application dir 2021-10-08 12:27:17 +02:00