[gnome-web-www: 1/2] Use a GET instead of a POST for paypal
- From: Neil McGovern <nmcgovern src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-web-www: 1/2] Use a GET instead of a POST for paypal
- Date: Tue, 4 Sep 2018 15:23:51 +0000 (UTC)
commit eb79c23e46f29f6733f152bda4c0ac763ce086ab
Author: Neil McGovern <neil gnome org>
Date: Tue Sep 4 14:58:13 2018 +0100
Use a GET instead of a POST for paypal
theme/page-friends.php | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/theme/page-friends.php b/theme/page-friends.php
index 044e78f..a89547b 100644
--- a/theme/page-friends.php
+++ b/theme/page-friends.php
@@ -18,7 +18,7 @@
<div class="row">
<div class="col-md-12">
- <form id="donate_form" class="form-horizontal"
action="https://www.paypal.com/cgi-bin/webscr" method="post" name="application_form">
+ <form id="donate_form" class="form-horizontal"
action="https://www.paypal.com/cgi-bin/webscr" method="get" name="application_form">
<input type="hidden" name="business" value="friends gnome org" />
<input type="hidden" name="return" value="https://www.gnome.org/thank-you/" />
<input type="hidden" name="item_name" value="Friends of GNOME - Adopt a hacker
monthly subscription" />
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]