Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
KhafraDev committed Feb 9, 2025
1 parent 500d66a commit 17c30d7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Synergism.css
Original file line number Diff line number Diff line change
Expand Up @@ -4136,8 +4136,8 @@ form input:hover {
}

#checkout-paypal {
width: 75%;
margin: 0 auto;
width: 75%;
margin: 0 auto;
}

#cart {
Expand Down
4 changes: 4 additions & 0 deletions src/purchases/SubscriptionsSubtab.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 17c30d7

Please sign in to comment.