ghostguild-org/server
Jennie Robinson Faber c3b1c59779 fix(invite): persist billingCadence at invite-accept time
Annual-choosing invitees who abandoned between accept and payment were left at billingCadence:'monthly' (the model default) while contributionAmount held an annual-unit value, rendering $180/mo in admin views. Persist the chosen cadence at Member.create time.

accept-invite.vue now sends cadence in the accept POST body; inviteAcceptSchema accepts cadence (defaults 'monthly'); accept.post.js sets billingCadence on create, forced to 'monthly' for $0 members since a free member has no billing relationship.
2026-05-24 15:21:34 +01:00
..
_archive/utils chore(slack): remove dead invite path, archive checkSlackJoins poller 2026-04-29 12:34:21 +01:00
api fix(invite): persist billingCadence at invite-accept time 2026-05-24 15:21:34 +01:00
assets/fonts fix(og): strip ltag table from Commit Mono WOFFs 2026-05-21 19:04:56 +01:00
config feat(contributions): rewrite server config as preset-based helpers 2026-04-19 18:12:44 +01:00
emails feat(payments): add upsertPaymentFromHelcim helper with idempotent insert 2026-04-20 13:15:38 +01:00
middleware refactor(rate-limit): delegate auth limiting to handlers, add dev bypass 2026-04-27 19:18:34 +01:00
migrations refactor(community): rename Community Connections → Community Ecology 2026-04-09 09:07:15 +01:00
models fix(activity): allow board_post_created in ActivityLog enum 2026-05-24 00:44:01 +01:00
plugins chore(slack): remove dead invite path, archive checkSlackJoins poller 2026-04-29 12:34:21 +01:00
routes feat(seo): site meta composable + Open Graph image generation 2026-05-21 17:50:34 +01:00
utils fix(invite): persist billingCadence at invite-accept time 2026-05-24 15:21:34 +01:00