ghostguild-org/server/api/invite
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
..
accept.post.js fix(invite): persist billingCadence at invite-accept time 2026-05-24 15:21:34 +01:00
verify.post.js Various pre-launch fixes. 2026-05-22 18:53:07 +01:00