summaryrefslogtreecommitdiff
path: root/src/components/Scotsoun.astro
diff options
context:
space:
mode:
authorJoe Carstairs <65492573+Sycamost@users.noreply.github.com>2023-08-30 20:21:04 +0100
committerGitHub <noreply@github.com>2023-08-30 20:21:04 +0100
commit73bbbe8307f9474e751236a44db2dcc6924c5035 (patch)
tree9adcc915a13534d538fc5c0234218edce239c316 /src/components/Scotsoun.astro
parentb28215cdec85e3a28cc3c6284535f339cbfb08f4 (diff)
parenta33abaacb304af04814480749fe573712654d6f3 (diff)
Merge pull request #3 from Sycamost/dev
Dev
Diffstat (limited to 'src/components/Scotsoun.astro')
-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>