diff options
author | eliott <eliott@cactuswax.net> | 2007-12-11 15:13:09 -0500 |
---|---|---|
committer | eliott <eliott@cactuswax.net> | 2007-12-11 20:27:48 -0800 |
commit | f02fdceef9a041f363732490769f1babc8f64515 (patch) | |
tree | 253434cefce83b5b116e1cc19847e1ccb42058c7 /templates/public/donate.html | |
parent | 3a6217bfa31d36c2c9e0d7b1ab4eac2cb1e3b872 (diff) |
Changed paypal information to Aaron, from Judd.
Diffstat (limited to 'templates/public/donate.html')
-rw-r--r-- | templates/public/donate.html | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/templates/public/donate.html b/templates/public/donate.html index bdb9adef..9436b09a 100644 --- a/templates/public/donate.html +++ b/templates/public/donate.html @@ -18,8 +18,12 @@ <!-- paypal code --> <form action="https://www.paypal.com/cgi-bin/webscr" method="post"> <input type="hidden" name="cmd" value="_xclick"> - <input type="hidden" name="business" value="jvinet@zeroflux.org"> - <input type="hidden" name="item_name" value="Arch Linux"> + <input type="hidden" name="business" value="aaronmgriffin@gmail.com"> + <input type="hidden" name="currency_code" value="USD"> + <input type="hidden" name="tax" value="0"> + <input type="hidden" name="lc" value="US"> + <input type="hidden" name="bn" value="PP-DonationsBF"> + <input type="hidden" name="item_name" value="Arch Linux Donation"> <input type="hidden" name="image_url" value="/logos/arch-paypal.jpg"> <input type="hidden" name="no_shipping" value="1"> <input type="hidden" name="cn" value="Suggestions/Comments"> |