diff options
| author | Joe Carstairs <65492573+Sycamost@users.noreply.github.com> | 2023-08-12 17:42:59 +0100 |
|---|---|---|
| committer | Joe Carstairs <65492573+Sycamost@users.noreply.github.com> | 2023-08-12 17:42:59 +0100 |
| commit | e9755981b06470c495edde3fbfc3934b1bc5c107 (patch) | |
| tree | a6395dc1588e5467fe452165a9ae8aea4d6dd326 /src/components/LallansIssue.astro | |
| parent | e0c5ec43f5c2a105dc3c626d7c4bc74b512662f4 (diff) | |
Adds payment success confirmation page for Lallans issues
Diffstat (limited to 'src/components/LallansIssue.astro')
| -rw-r--r-- | src/components/LallansIssue.astro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/LallansIssue.astro b/src/components/LallansIssue.astro index d60e2fe..26ead54 100644 --- a/src/components/LallansIssue.astro +++ b/src/components/LallansIssue.astro @@ -24,7 +24,7 @@ const t = translate(locale); <div class="lallans-issue__header-block-end"> <img alt="" src={`/images/lallans/issue${issue.issueNumber}.jpg`} /> - <PayPalButtons /> + <PayPalButtons successPageUrl={`./${issue.issueNumber}/payment-success-confirmation`} /> </div> </div> |
