[www-doc] [Git][VideoLAN.org/websites][master] Paypal: remove deprecated variable

Jean-Baptiste Kempf gitlab at videolan.org
Wed Jan 25 10:07:25 CET 2017


Jean-Baptiste Kempf pushed to branch master at VideoLAN organization / websites


Commits:
93a2187c by Jean-Baptiste Kempf at 2017-01-25T10:07:04+01:00
Paypal: remove deprecated variable

- - - - -


1 changed file:

- www.videolan.org/include/donate.php


Changes:

=====================================
www.videolan.org/include/donate.php
=====================================
--- a/www.videolan.org/include/donate.php
+++ b/www.videolan.org/include/donate.php
@@ -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 at 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"/>



View it on GitLab: https://code.videolan.org/VideoLAN.org/websites/commit/93a2187c8ad451f48ef564fadfd264a9500785d5
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.videolan.org/pipermail/www-doc/attachments/20170125/e0f3b620/attachment.html>


More information about the www-doc mailing list