From 9ced895772ebecb2fa330ae2eecd42060abf2a7b Mon Sep 17 00:00:00 2001 From: Joe Carstairs <65492573+Sycamost@users.noreply.github.com> Date: Wed, 29 Nov 2023 18:15:14 +0000 Subject: WIP --- src/components/LallansIssue.astro | 4 +- src/components/PayPalButtons.astro | 150 ------------------------- src/components/ProductPayPalButtons.astro | 150 +++++++++++++++++++++++++ src/components/Scotsoun.astro | 4 +- src/components/SubscriptionPayPalButtons.astro | 112 ++++++++++++++++++ 5 files changed, 266 insertions(+), 154 deletions(-) delete mode 100644 src/components/PayPalButtons.astro create mode 100644 src/components/ProductPayPalButtons.astro create mode 100644 src/components/SubscriptionPayPalButtons.astro (limited to 'src/components') diff --git a/src/components/LallansIssue.astro b/src/components/LallansIssue.astro index c8bc6eb..9fe686a 100644 --- a/src/components/LallansIssue.astro +++ b/src/components/LallansIssue.astro @@ -7,7 +7,7 @@ import type LallansIssue from '$types/LallansIssue'; import { Image } from 'astro:assets'; import LallansIssueContributions from './LallansIssueContributions.astro'; import LallansIssueContributors from './LallansIssueContributors.astro'; -import PayPalButtons from './PayPalButtons.astro'; +import ProductPayPalButtons from './ProductPayPalButtons.astro'; interface Props { issue: LallansIssue; @@ -27,7 +27,7 @@ const t = translate(locale);