Skip to content

Commit 1f81827

Browse files
committed
Updated PayPal URL to use _xclick for India support
1 parent 7be1594 commit 1f81827

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

wasp/assets/js/script.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ $(document).ready(function () {
138138
window.donate = function (platform, amount) {
139139
if (platform === 'paypal') {
140140
const email = "salilmhatre88@gmail.com";
141-
const url = `https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=${email}&currency_code=USD&amount=${amount}&item_name=WASP%20Donation`;
141+
const url = `https://www.paypal.com/cgi-bin/webscr?cmd=_xclick&business=${email}&item_name=Support%20Our%20Tool&amount=${amount}&currency_code=USD`;
142142
window.open(url, '_blank');
143143
} else if (platform === 'bmac') {
144144
const username = "deadpool2k";

0 commit comments

Comments
 (0)