Merge pull request 'fix(rcart): make payment pages publicly accessible' (#4) from dev into main
CI/CD / deploy (push) Successful in 2m33s Details

This commit is contained in:
jeffemmett 2026-04-03 04:34:06 +02:00
commit ee0dd3d741
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>`,