Skip to content
Snippets Groups Projects
Commit 93a2187c authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf
Browse files

Paypal: remove deprecated variable

parent 273b9d4c
No related branches found
No related tags found
No related merge requests found
......@@ -15,12 +15,11 @@ function draw_donate( $currency_code, $amount = null, $hosted_button_id = null,
return;
}
?>
<form class="donate2" action="https://www.paypal.com/en_US/cgi-bin/webscr" method="post">
<form class="donate2" action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_top">
<fieldset>
<input name="cmd" value="_xclick" type="hidden"/>
<input name="business" value="sponsor@videolan.org" type="hidden"/>
<input name="item_name" value="Development and communication of VideoLAN" type="hidden"/>
<input name="no_note" value="0" type="hidden"/>
<input name="currency_code" value="<?php echo $currency_code ?>" type="hidden"/>
<input name="tax" value="0" type="hidden"/>
<input name="lc" value="<?php echo $lc ?>" type="hidden"/>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment