summaryrefslogtreecommitdiff
path: root/src/pages
diff options
context:
space:
mode:
authorJoe Carstairs <65492573+Sycamost@users.noreply.github.com>2023-11-29 18:15:14 +0000
committerJoe Carstairs <65492573+Sycamost@users.noreply.github.com>2023-11-29 18:15:14 +0000
commit9ced895772ebecb2fa330ae2eecd42060abf2a7b (patch)
treeb08b6a08fd39a11eaef2a2e2b92a661ad00247b0 /src/pages
parent960b019a018c2faf8da1c4a4ade6c12b3c21e5bd (diff)
Diffstat (limited to 'src/pages')
-rw-r--r--src/pages/[locale]/created-subscription.astro7
-rw-r--r--src/pages/[locale]/index.astro4
2 files changed, 11 insertions, 0 deletions
diff --git a/src/pages/[locale]/created-subscription.astro b/src/pages/[locale]/created-subscription.astro
new file mode 100644
index 0000000..f913932
--- /dev/null
+++ b/src/pages/[locale]/created-subscription.astro
@@ -0,0 +1,7 @@
+---
+import Page from '$layouts';
+---
+
+<Page title="TODO">
+ <h1>TODO<h1>
+</Page>
diff --git a/src/pages/[locale]/index.astro b/src/pages/[locale]/index.astro
index c67ded0..e5ba6b7 100644
--- a/src/pages/[locale]/index.astro
+++ b/src/pages/[locale]/index.astro
@@ -64,6 +64,10 @@ const mostRecentNewsItem = await getMostRecentNewsItem(locale);
<p set:html={t(tPage, { key: 'why-jyne-para-3' })} />
<h3 set:html={t(tPage, { key: 'hou-jyne' })} />
+
+ <PayPalButtons
+ successPageUrl={`/${locale}/created-subscription`}
+
<p set:html={t(tPage, { key: 'hou-jyne-para-1' })} />
<p
set:html={t(tPage, {