fix(rcart): make payment pages publicly accessible #4

Merged
jeffemmett merged 1 commits from dev into main 2026-04-03 04:34:07 +02:00
1 changed files with 1 additions and 0 deletions

View File

@ -2455,6 +2455,7 @@ routes.get("/pay/:id", (c) => {
title: `Payment | rCart`,
moduleId: "rcart",
spaceSlug: space,
spaceVisibility: "public", // Payment pages are always public
modules: getModuleInfoList(),
theme: "dark",
body: `<folk-payment-page space="${space}" payment-id="${paymentId}"></folk-payment-page>`,