gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-taler-merchant-demos] branch master updated: add age restriction


From: gnunet
Subject: [taler-taler-merchant-demos] branch master updated: add age restriction for donations
Date: Wed, 07 Sep 2022 12:12:28 +0200

This is an automated email from the git hooks/post-receive script.

grothoff pushed a commit to branch master
in repository taler-merchant-demos.

The following commit(s) were added to refs/heads/master by this push:
     new 622f5aa  add age restriction for donations
622f5aa is described below

commit 622f5aa78763e4350806d7e5dc6e76a99d7808f6
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Wed Sep 7 12:12:26 2022 +0200

    add age restriction for donations
---
 talermerchantdemos/donations/donations.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/talermerchantdemos/donations/donations.py 
b/talermerchantdemos/donations/donations.py
index 2a4fed9..a49743c 100644
--- a/talermerchantdemos/donations/donations.py
+++ b/talermerchantdemos/donations/donations.py
@@ -233,6 +233,7 @@ def donate(lang):
         fulfillment_url=fulfillment_url,
         summary="Donation to {}".format(donation_receiver),
         wire_transfer_deadline=dict(t_s=int(time.time() + 60)),
+        minimum_age = 16
     )
     order_resp = backend_instanced_post(
         donation_receiver, "private/orders", dict(order=order)

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]