manage: change paypal donation link

paypal is having taxpayer issues, so I've changed the donation link.
pull/580/head
Botspot 3 years ago
parent 0168ce8b54
commit 98f8cf3fe2

@ -69,7 +69,8 @@ Pi-Apps will always be free, but if everyone clicks this button, it won"\'"t be
if [ $button == 0 ];then
#open donation page if button 0 clicked
x-www-browser 'https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=V6W8WM4GN8AJ2&item_name=Pi-Apps+development&currency_code=USD'
#x-www-browser 'https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=V6W8WM4GN8AJ2&item_name=Pi-Apps+development&currency_code=USD'
x-www-browser 'https://paypal.me/josephmarchand'
fi
#don't ask again for 30 days, no matter what button clicked
echo "$(($(date --utc --date '' +%s)/86400))" > "${DIRECTORY}/data/last-donate-ask"

Loading…
Cancel
Save