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:
parent
f10f4634e6
commit
ecba850f43
1 changed files with 1 additions and 1 deletions
|
@ -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');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue