We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7be1594 commit 1f81827Copy full SHA for 1f81827
1 file changed
wasp/assets/js/script.js
@@ -138,7 +138,7 @@ $(document).ready(function () {
138
window.donate = function (platform, amount) {
139
if (platform === 'paypal') {
140
const email = "salilmhatre88@gmail.com";
141
- const url = `https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=${email}¤cy_code=USD&amount=${amount}&item_name=WASP%20Donation`;
+ const url = `https://www.paypal.com/cgi-bin/webscr?cmd=_xclick&business=${email}&item_name=Support%20Our%20Tool&amount=${amount}¤cy_code=USD`;
142
window.open(url, '_blank');
143
} else if (platform === 'bmac') {
144
const username = "deadpool2k";
0 commit comments