ghostguild-org/tests
Jennie Robinson Faber 426f233ccd
All checks were successful
Test / vitest (push) Successful in 11m8s
Test / playwright (push) Successful in 16m14s
Test / Notify on failure (push) Has been skipped
fix(join): persist billingCadence on /join signup
Mirror of the invite-accept fix (c3b1c59) for the self-serve /join path. A joiner who picked annual but abandoned before /api/helcim/subscription ran was left at billingCadence:'monthly' (the model default) with a cadence-unit contributionAmount, rendering $180/mo in admin views.

join.vue now sends cadence to /api/helcim/customer; helcimCustomerSchema accepts cadence (defaults 'monthly'); customer.post.js persists billingCadence in both the new-member create branch and the guest-upgrade $set branch, forced to 'monthly' for $0 signups.
2026-05-24 15:30:31 +01:00
..
_archive/server/tasks chore(slack): remove dead invite path, archive checkSlackJoins poller 2026-04-29 12:34:21 +01:00
client feat(payments): persist helcimCustomerCode + skip getOrCreateCustomer on card-on-file 2026-04-27 19:16:32 +01:00
server fix(join): persist billingCadence on /join signup 2026-05-24 15:30:31 +01:00