mirror of
https://github.com/discourse/discourse-subscriptions.git
synced 2025-03-08 18:49:15 +00:00
* FIX: Include one-time purchases in campaign total On the subscription banner that shows on the top of the forum it shows the total amount raised toward a goal. But the amount shown was not including one-time purchases. It was only showing subscriptions. This change updates the sync with stripe logic so that it also includes one-time purchases. See: https://meta.discourse.org/t/-/209591 * rubocop: remove extra blank line