diff options
| author | Joe Carstairs <65492573+Sycamost@users.noreply.github.com> | 2023-08-30 19:58:10 +0100 |
|---|---|---|
| committer | Joe Carstairs <65492573+Sycamost@users.noreply.github.com> | 2023-08-30 19:58:10 +0100 |
| commit | a33abaacb304af04814480749fe573712654d6f3 (patch) | |
| tree | 9adcc915a13534d538fc5c0234218edce239c316 /src/components | |
| parent | d4252e277fab0ed33177ff648fcaf29ee0574dc5 (diff) | |
Scotsoun PayPal buttons send SSCD ID to backend
Diffstat (limited to 'src/components')
| -rw-r--r-- | src/components/Scotsoun.astro | 4 |
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> |
