-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdonate.html
29 lines (29 loc) · 1.38 KB
/
donate.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<form target="paypal"
action="https://www.paypal.com/cgi-bin/webscr" method="post">
<input type="hidden" name="cmd" value="_donations"><input
type="hidden" name="business" value="[email protected]"><input
type="hidden" name="item_name" value="Support for Nikolaus Teixeira"><input
type="hidden" name="item_number" value="1440590389471"><input
type="hidden" name="no_note" value="1">
<!-- no_shipping value 2 needed to send the free gift -->
<input type="hidden" name="no_shipping" value="2"><input
type="hidden" name="tax" value="0"><input type="hidden"
name="lc" value="DE"><input type="hidden" name="currency_code"
value="EUR"><input type="hidden" name="return"
value="http://mtheile.com/supeyou_latest/#HERO_1440521836306"><input
type="hidden" name="notify_url"
value="http://mtheile.com/supeyou_latest/IPNServlet"><input
type="hidden" name="a3" value="5"><input type="hidden"
name="src" value="1"><input type="hidden" name="p3" value="1"><input
type="hidden" name="t3" value="M"><input type="hidden"
name="sra" value="1">
<div class="donate-button-slot">
<input type="image"
src="https://www.paypal.com/en_US/i/btn/btn_donateCC_LG.gif"
border="0" name="submit"
alt="PayPal - The safer, easier way to pay online!">
</div>
<img alt="" border="0"
src="https://www.paypal.com/en_US/i/scr/pixel.gif" width="1"
height="1">
</form>