ghostguild-org/app/pages
Jennie Robinson Faber 0f841912e2
Some checks failed
Test / vitest (push) Successful in 11m5s
Test / playwright (push) Failing after 9m18s
Test / visual (push) Failing after 9m24s
Test / Notify on failure (push) Successful in 2s
fix(helcim): skip HelcimPay verify when a card is already on file
Helcim refuses paymentType:'verify' for cards already saved on a
customer ("A new card must be entered for saving the payment method"),
breaking every "Complete Payment" retry after a partial-failed signup.

Add GET /api/helcim/existing-card and short-circuit HelcimPay verify in
useMemberPayment + payment-setup.vue when a saved card is found, going
straight to subscription creation. The two existence-check fetches run
in parallel with get-or-create-customer so no extra round-trip latency
in the common path.
2026-04-26 17:27:40 +01:00
..
about feat: reskin public pages to zine direction 2026-04-02 21:29:52 +01:00
admin feat(emails): warmer copy across invite, welcome, and event emails 2026-04-20 13:48:38 +01:00
auth fix(auth): stop wiki login loop to coming-soon and surface non-member state 2026-04-15 17:55:55 +01:00
events chore(visual): Phase 4 audit polish on event/series surface 2026-04-25 18:41:04 +01:00
member fix(helcim): skip HelcimPay verify when a card is already on file 2026-04-26 17:27:40 +01:00
members Copy and layout improvements. 2026-04-16 21:11:05 +01:00
policies feat(events): block self-cancel of paid registrations, add refunds policy 2026-04-20 19:34:04 +01:00
series chore(visual): Phase 4 audit polish on event/series surface 2026-04-25 18:41:04 +01:00
about.vue Member/Ecology revamp. 2026-04-14 09:25:09 +01:00
accept-invite.vue feat(signup): unify cadence UX across accept-invite, join, and account 2026-04-20 12:34:59 +01:00
board.vue Copy and layout improvements. 2026-04-16 21:11:05 +01:00
coming-soon.vue Member/Ecology revamp. 2026-04-14 09:25:09 +01:00
community-guidelines.vue feat(signup): community guidelines agreement and policies routes 2026-04-18 17:06:10 +01:00
connections.vue Rename communityEcology → board across frontend, add Board nav, update redirects 2026-04-14 12:15:51 +01:00
ecology.vue Rename communityEcology → board across frontend, add Board nav, update redirects 2026-04-14 12:15:51 +01:00
index.vue Copy and layout improvements. 2026-04-16 21:11:05 +01:00
join.vue feat(launch): security and correctness fixes for 2026-05-01 launch 2026-04-25 18:42:36 +01:00
login.vue Add login form to coming-soon page and allow admin routes through 2026-03-19 11:01:03 +00:00
verify.vue fix: use private helcimApiToken for all server-side Helcim API calls 2026-04-04 13:37:34 +01:00
welcome.vue feat(signup): unify cadence UX across accept-invite, join, and account 2026-04-20 12:34:59 +01:00