Bug 24720: Update donation options page for BTC and stock transfers
Arthur Edelstein

Arthur Edelstein commited on 2017-12-23 00:19:41
Zeige 1 geänderte Dateien mit 3 Einfügungen und 3 Löschungen.

... ...
@@ -31,7 +31,7 @@ form#makeDonation {
31 31
    <div class="hundred toptwenty">
32 32
     <div class="dbox donate">
33 33
     <h3>Donate Bitcoin</h3>
34
-<p>To donate Bitcoin to The Tor Project, please complete the form below. If you would like an acknowledgment from the Tor Project, please provide your email address.</p>
34
+<p>To donate Bitcoin to The Tor Project, please complete the form below. If you would like an acknowledgment from the Tor Project, please provide your email address. (Due to the current state of the Bitcoin market, our payment processor, Bitpay, will not allow us to accept donations of less than 100 USD. However, we can also accept donations, including smaller donations, through Bitcoin Cash. Send us a tip with <a href="https://twitter.com/tipperbot">@tipprbot</a> on Twitter!)</p>
35 35
   <form id="makeDonation" action="https://bitpay.com/checkout" method="post" onsubmit="return bp.validateMobileCheckoutForm($('#makeDonation'));">
36 36
         <input name="action" type="hidden" value="checkout">
37 37
         <fieldset class="phone-form well form-horizontal" style="margin-top: 5px;">
... ...
@@ -42,7 +42,7 @@ form#makeDonation {
42 42
             </li>
43 43
             <li id="price" class="control-group">
44 44
                 <label class="control-label" style="width: 80px">Amount:</label>
45
-                <input name="price" type="number" class="noscroll" value="10.00" placeholder="Amount" maxlength="10" min="0.01" step="0.01" />
45
+                <input name="price" type="number" class="noscroll" value="100.00" placeholder="Amount" maxlength="10" min="100" step="0.01" />
46 46
                 <select name="currency" value="" >
47 47
                   <option value="USD" selected="selected">USD</option>
48 48
                   <option value="BTC">BTC</option>
... ...
@@ -176,7 +176,7 @@ form#makeDonation {
176 176
                   E-mail: <a href="mailto:jeffrey.k.miller@ml.com">jeffrey.k.miller@ml.com</a><br>
177 177
                   FAX: 206.388.4456<br>
178 178
                   The Tor Project Account #: 335-03016<br>
179
-                  DTC #: 5198<br>
179
+                  DTC #: 8862<br>
180 180
                   Tax ID #: 20-8096820<br>
181 181
               </p>
182 182
           </p>
183 183