ghostguild-org/app/pages/member
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
..
account.vue fix(account): show payment history + next-charge for paid-then-$0 members 2026-04-20 12:36:18 +01:00
dashboard.vue feat(signup): unify cadence UX across accept-invite, join, and account 2026-04-20 12:34:59 +01:00
index.vue UI/UX tweaks and improvements. 2026-04-05 12:28:41 +01:00
payment-setup.vue fix(helcim): skip HelcimPay verify when a card is already on file 2026-04-26 17:27:40 +01:00
profile.vue Copy and layout improvements. 2026-04-16 21:11:05 +01:00