From 17c30d7d2cc324721395b6fce8476be06d507e6b Mon Sep 17 00:00:00 2001 From: Khafra Date: Sun, 9 Feb 2025 16:21:10 -0500 Subject: [PATCH] fixup --- Synergism.css | 4 ++-- src/purchases/SubscriptionsSubtab.ts | 4 ++++ 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/Synergism.css b/Synergism.css index a4c2ab483..3ea9f13ec 100644 --- a/Synergism.css +++ b/Synergism.css @@ -4136,8 +4136,8 @@ form input:hover { } #checkout-paypal { - width: 75%; - margin: 0 auto; + width: 75%; + margin: 0 auto; } #cart { diff --git a/src/purchases/SubscriptionsSubtab.ts b/src/purchases/SubscriptionsSubtab.ts index f5e9f01a3..06cf0766c 100644 --- a/src/purchases/SubscriptionsSubtab.ts +++ b/src/purchases/SubscriptionsSubtab.ts @@ -208,6 +208,10 @@ export const initializeSubscriptionPage = memoize(() => { async onApprove (data) { console.log('subscription approved', data) + + Alert( + 'Please give us a few minutes to process your subscription (PayPal is slow). You will have to renew the page to receive the bonuses! Thank you for supporting Synergism!' + ) }, onError (error) {