Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 17c30d7

Browse files
committedFeb 9, 2025·
fixup
1 parent 500d66a commit 17c30d7

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed
 

‎Synergism.css

+2-2
Original file line numberDiff line numberDiff line change
@@ -4136,8 +4136,8 @@ form input:hover {
41364136
}
41374137

41384138
#checkout-paypal {
4139-
width: 75%;
4140-
margin: 0 auto;
4139+
width: 75%;
4140+
margin: 0 auto;
41414141
}
41424142

41434143
#cart {

‎src/purchases/SubscriptionsSubtab.ts

+4
Original file line numberDiff line numberDiff line change
@@ -208,6 +208,10 @@ export const initializeSubscriptionPage = memoize(() => {
208208

209209
async onApprove (data) {
210210
console.log('subscription approved', data)
211+
212+
Alert(
213+
'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!'
214+
)
211215
},
212216

213217
onError (error) {

0 commit comments

Comments
 (0)
Please sign in to comment.