summaryrefslogtreecommitdiff
path: root/src/components/LallansIssue.astro
diff options
context:
space:
mode:
authorJoe Carstairs <65492573+Sycamost@users.noreply.github.com>2023-08-16 08:16:45 +0100
committerJoe Carstairs <65492573+Sycamost@users.noreply.github.com>2023-08-16 08:16:45 +0100
commit4f1f22aa70723fb77d22cc1237a1b85b1d3ae1bd (patch)
tree59af5bdca7abdefa0b913490f4734c00f9d24253 /src/components/LallansIssue.astro
parent5f76bfe714c74b38019b0cdc316d003729905208 (diff)
Parameterises PayPal product details
Diffstat (limited to 'src/components/LallansIssue.astro')
-rw-r--r--src/components/LallansIssue.astro3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/components/LallansIssue.astro b/src/components/LallansIssue.astro
index 690e96c..37875e3 100644
--- a/src/components/LallansIssue.astro
+++ b/src/components/LallansIssue.astro
@@ -28,6 +28,9 @@ const t = translate(locale);
<img alt="" src={`/images/lallans/issue${issue.issueNumber}.jpg`} />
<PayPalButtons
successPageUrl={relativePath(Astro.url.pathname, `payment-success-confirmation`)}
+ productDescription={`Lallans ${issue.issueNumber} | ${issue.issueName}`}
+ shortDescription={`Lallans ${issue.issueNumber}`}
+ totalPrice={issue.price}
/>
</div>
</div>