summaryrefslogtreecommitdiff
path: root/src/components
diff options
context:
space:
mode:
Diffstat (limited to 'src/components')
-rw-r--r--src/components/Scotsoun.astro4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/components/Scotsoun.astro b/src/components/Scotsoun.astro
index 3af652e..2e5ecc2 100644
--- a/src/components/Scotsoun.astro
+++ b/src/components/Scotsoun.astro
@@ -34,8 +34,8 @@ const t = translate(locale);
<img src={`/images/scotsoun/sscd${scotsoun.scotsounId}.jpg`} />
<PayPalButtons
successPageUrl={relativePath(Astro.url.pathname, `payment-success-confirmation`)}
- productDescription={scotsoun.longName}
- shortDescription={scotsoun.title}
+ productDescription={`SSCD${scotsoun.scotsounId} | ${scotsoun.longName}`}
+ shortDescription={`SSCD${scotsoun.scotsounId}`}
totalPrice={scotsoun.price}
/>
</div>