mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-04 17:04:59 +03:00
26c3e77640
refs https://github.com/TryGhost/Team/issues/714 In order to order products by their monthly price we need to apply a join with the stripe_prices table when querying so we have access to the amount column of stripe_prices. As this ordering is core to how the tiers feature is intended to work, we have added it as the default order. But this can be overriden by manually passing the order option. Also ensured that we do not create duplicate products in test fixtures |
||
---|---|---|
.. | ||
api-acceptance | ||
frontend-acceptance | ||
regression | ||
unit | ||
utils | ||
.eslintignore | ||
.eslintrc.js | ||
.jshintrc |