Sam Lord
18b8eddd0d
Added linting for use of @tryghost/errors
...
refs: https://github.com/TryGhost/Toolbox/issues/147
Errors in @tryghost/errors rely on being called with an object (with a `message` member) rather than with a string.
2021-12-01 11:22:21 +00:00
Fabien 'egg' O'Carroll
27b9e4ae04
Added member relation to events ( #12656 )
...
refs https://github.com/TryGhost/Ghost/issues/12602
When listing site-wide event, we want to include member information so
that we can contextualise the event when displaying it.
2021-02-16 16:14:20 +00:00
Rish
964fe222be
Fixed incorrect volume delta selection in query
...
refs https://github.com/TryGhost/Ghost/issues/12602
The gross volume aggregate query was incorrectly naming the selected `SUM(amount)` value as `gross_volume` instead of expected `volume_delta`
2021-02-16 11:18:58 +05:30
Fabien O'Carroll
a8ee271336
Added MemberPaymentEvent model
...
refs https://github.com/TryGhost/Ghost/issues/12602
- Adds the aggregatePaymentVolume option to the `findAll` method,
allowing us to calculate volume over time
2021-02-12 13:55:14 +00:00