[git] gnupg-doc - branch, master, updated. 1dcfa0399c627d2cb4daa0ee440dd90aab5aad87

by Werner Koch cvs at cvs.gnupg.org
Wed Oct 14 22:38:39 CEST 2015


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "The GnuPG website and other docs".

The branch, master has been updated
       via  1dcfa0399c627d2cb4daa0ee440dd90aab5aad87 (commit)
      from  dff46b6668fe0f673f3880c854657d06fe8c953b (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 1dcfa0399c627d2cb4daa0ee440dd90aab5aad87
Author: Werner Koch <wk at gnupg.org>
Date:   Wed Oct 14 22:35:07 2015 +0200

    web: Enable SEPA payments

diff --git a/cgi/procdonate.cgi b/cgi/procdonate.cgi
index 71e4006..91a1bb0 100755
--- a/cgi/procdonate.cgi
+++ b/cgi/procdonate.cgi
@@ -665,7 +665,7 @@ sub complete_sepa ()
         write_main_page ();
         return;
     }
-    $separef = $request{"SEPA-Ref"};
+    $separef = $request{"Sepa-Ref"};
     $amount = $request{"Amount"};
 
     # Set remaining vars for the checkout page.
diff --git a/web/donate/index.org b/web/donate/index.org
index f77f7cb..9b2412b 100644
--- a/web/donate/index.org
+++ b/web/donate/index.org
@@ -104,6 +104,13 @@
                      value="pp" /><!--CHECK_PP-->PayPal</label>
      </td>
    </tr>
+   <tr>
+     <td></td>
+     <td>
+       <label><input type="radio" name="paytype"
+                     value="se" /><!--CHECK_SE-->SEPA</label>
+     </td>
+   </tr>
    <tr><td> </td></tr>
    <tr>
       <td></td>

-----------------------------------------------------------------------

Summary of changes:
 cgi/procdonate.cgi   | 2 +-
 web/donate/index.org | 7 +++++++
 2 files changed, 8 insertions(+), 1 deletion(-)


hooks/post-receive
-- 
The GnuPG website and other docs
http://git.gnupg.org




More information about the Gnupg-commits mailing list