Skip to content
Snippets Groups Projects
Commit 02808bac authored by Maciej Fijalkowski's avatar Maciej Fijalkowski
Browse files

failing to understand why it does not work

parent 0c063698
No related branches found
No related tags found
No related merge requests found
......@@ -22,6 +22,7 @@
<form action="https://www.paypal.com/cgi-bin/webscr" method="post">
Sponsor numpy implementation in PyPy by the following amount:<br/>
<input type="text" name="amount"></input>
<input type="hidden" name="item_name" value="Sponsor NumPy on PyPy"/>
<input type="hidden" name="quantity" value="1"/>
<select name="currency_code">
<option value="USD" selected="1">USD</option>
......
......@@ -63,7 +63,8 @@
<form action="https://www.paypal.com/cgi-bin/webscr" method="post">
Sponsor numpy implementation in PyPy by the following amount:<br/>
<input type="text" name="amount"></input>
<input type="hidden" name="amount" value="1"/>
<input type="hidden" name="item_name" value="Sponsor NumPy on PyPy"/>
<input type="hidden" name="quantity" value="1"/>
<select name="currency_code">
<option value="USD" selected="1">USD</option>
<option value="EUR">EUR</option>
......
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