ghostguild-org/server/api/members
Jennie Robinson Faber fc09760a41 feat(payments): log Helcim charge on free-to-paid upgrade
In the Case 1 (free→paid) branch of update-contribution, after the
subscription is created and the member row is updated, fetch the
newest paid Helcim transaction and upsert a Payment with
paymentType=cadence and sendConfirmation=true.

Paid→paid (Case 3) is intentionally NOT wired — no new transaction
occurs at amount change; the next recurring charge is captured by the
reconciliation script.
2026-04-20 13:19:21 +01:00
..
[id] Tests, UX improvements. 2026-04-05 14:25:29 +01:00
me refactor(board): delete old board routes, absorb slackHandle into profile PATCH 2026-04-14 16:29:45 +01:00
[id].get.js Updates 2026-04-15 17:45:09 +01:00
cancel-subscription.post.js merge: catch up with feature/helcim-plan-consolidation base 2026-04-19 21:33:40 +01:00
create.post.js feat(server): rename contributionTier → contributionAmount in routes + utils 2026-04-19 18:44:29 +01:00
directory.get.js Updates 2026-04-15 17:45:09 +01:00
my-calendar.get.js fix: use private helcimApiToken for all server-side Helcim API calls 2026-04-04 13:37:34 +01:00
my-events.get.js fix: use private helcimApiToken for all server-side Helcim API calls 2026-04-04 13:37:34 +01:00
profile.patch.js feat(server): rename contributionTier → contributionAmount in routes + utils 2026-04-19 18:44:29 +01:00
update-circle.post.js Tests, UX improvements. 2026-04-05 14:25:29 +01:00
update-contribution.post.js feat(payments): log Helcim charge on free-to-paid upgrade 2026-04-20 13:19:21 +01:00
update-email.post.js Tests, UX improvements. 2026-04-05 14:25:29 +01:00