1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

Change recurring payment to every six monts

This commit is contained in:
Eric Reed 2014-07-15 12:12:47 -04:00
parent f10f4634e6
commit ecba850f43

View file

@ -17,7 +17,7 @@
$("<input type='hidden' name='a3' class='pprecurring' />")
.attr('value', $('#donateAmt', '#supporterPage').val())
.appendTo("#payPalForm", '#supporterPage');
$("<input type='hidden' name='p3' value='1' class='pprecurring' />")
$("<input type='hidden' name='p3' value='6' class='pprecurring' />")
.appendTo("#payPalForm", '#supporterPage');
$("<input type='hidden' name='t3' value='M' class='pprecurring' />")
.appendTo("#payPalForm", '#supporterPage');