[pypy-commit] pypy.org extradoc: failing to understand why it does not work

fijal noreply at buildbot.pypy.org
Mon Aug 1 17:51:35 CEST 2011


Author: Maciej Fijalkowski <fijall at gmail.com>
Branch: extradoc
Changeset: r228:02808bac539d
Date: 2011-08-01 17:52 +0200
http://bitbucket.org/pypy/pypy.org/changeset/02808bac539d/

Log:	failing to understand why it does not work

diff --git a/source/sponsor.txt b/source/sponsor.txt
--- a/source/sponsor.txt
+++ b/source/sponsor.txt
@@ -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>
diff --git a/sponsor.html b/sponsor.html
--- a/sponsor.html
+++ b/sponsor.html
@@ -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>


More information about the pypy-commit mailing list