Add Mollie checkout flow, billing UI, and payment UX polish #71

Merged
uz1mani merged 73 commits from staging into main 2026-03-28 10:28:03 +00:00
13 changed files with 830 additions and 98 deletions
Showing only changes of commit e089640fb9 - Show all commits

View File

@@ -60,7 +60,7 @@ export default function PaymentForm({ plan, interval, limit }: PaymentFormProps)
] ]
for (const { type, selector } of fields) { for (const { type, selector } of fields) {
const el = document.querySelector(selector) const el = document.querySelector(selector) as HTMLElement | null
if (!el) { if (!el) {
setMollieError(true) setMollieError(true)
return return