[git] gnupg-doc - branch, master, updated. 9d5edf42f8ce449b3d9f3c045ea3adadfa3541d7
by Werner Koch
cvs at cvs.gnupg.org
Fri Jun 9 15:35:53 CEST 2017
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 9d5edf42f8ce449b3d9f3c045ea3adadfa3541d7 (commit)
from 73f701f5d5473ffe38be8bcfe0d82b09763d4ebf (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 9d5edf42f8ce449b3d9f3c045ea3adadfa3541d7
Author: Werner Koch <wk at gnupg.org>
Date: Fri Jun 9 15:32:02 2017 +0200
cgi: Convey Recur parameter to payproc.
diff --git a/cgi/procdonate.cgi b/cgi/procdonate.cgi
index 13b9bf4..55726c0 100755
--- a/cgi/procdonate.cgi
+++ b/cgi/procdonate.cgi
@@ -1027,6 +1027,7 @@ sub complete_sepa ()
if ($data{"Message"} ne '') {
$request{"Meta[message]"} = $data{"Message"};
}
+ $request{"Recur"} = $data{"Recur"};
if (not payproc ('SEPAPREORDER', \%request )) {
$errorstr = "Error: " . $request{"ERR_Description"};
# Back to the main page.
-----------------------------------------------------------------------
Summary of changes:
cgi/procdonate.cgi | 1 +
1 file changed, 1 insertion(+)
hooks/post-receive
--
The GnuPG website and other docs
http://git.gnupg.org
More information about the Gnupg-commits
mailing list