ghostguild-org/server/api/members
Jennie Robinson Faber 5023fb14ad fix(server): treat contributionAmount as cadence-unit (drop ×12)
ContributionAmountField now emits cadence-unit values (180 for $180/yr,
15 for $15/mo). Server endpoints were still multiplying annual by 12,
which would have charged $2160/yr instead of $180/yr after the form
ports in Tasks 2–3.

- helcim/subscription.post.js: recurringAmount = contributionAmount
  (no more × 12 for annual)
- members/update-contribution.post.js: same drop in both Case 1
  (free→paid) and Case 3 (paid→paid)
- slack.ts notifyNewMember: new positional `cadence` param so the
  Slack notification suffix renders /yr or /mo instead of hardcoded
  /month; all three call sites updated to pass member.billingCadence
- tests updated to match the new contract:
  - helcim-subscription.test.js: annual tests now send the cadence-
    unit amount (180, 600) and expect the same recurringAmount
  - update-contribution.test.js: annual Case 1 and Case 3 tests
    updated likewise
2026-05-23 15:37:52 +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 feat(launch): security and correctness fixes for 2026-05-01 launch 2026-04-25 18:42:36 +01:00
create.post.js fix(server): treat contributionAmount as cadence-unit (drop ×12) 2026-05-23 15:37:52 +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 fix(server): treat contributionAmount as cadence-unit (drop ×12) 2026-05-23 15:37:52 +01:00
update-email.post.js Tests, UX improvements. 2026-04-05 14:25:29 +01:00