Merge pull request 'fix(rcart): make payment pages publicly accessible' (#4) from dev into main
CI/CD / deploy (push) Successful in 2m33s
Details
CI/CD / deploy (push) Successful in 2m33s
Details
This commit is contained in:
commit
ee0dd3d741
|
|
@ -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>`,
|
||||
|
|
|
|||
Loading…
Reference in New Issue