diff options
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> |
