From f2c8c9c818c4be7b9f8e38fea2d68b56bcd42a0a Mon Sep 17 00:00:00 2001 From: Dan Helfman Date: Fri, 11 Jan 2008 01:33:52 +0000 Subject: [PATCH] New payment email field, used for verifying paypal notifications. --- config/Common.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/config/Common.py b/config/Common.py index 907b8f4..53efaf0 100644 --- a/config/Common.py +++ b/config/Common.py @@ -23,6 +23,7 @@ settings = { "luminotes.http_proxy_ip": "127.0.0.1", "luminotes.https_proxy_ip": "127.0.0.2", "luminotes.support_email": "", + "luminotes.payment_email": "", "luminotes.rate_plans": [ { "name": "free", @@ -53,6 +54,9 @@ settings = { # "storage_quota_bytes": 2000 * MEGABYTE, # "notebook_collaboration": True, # "fee": 19, +# "button": +# """ +# """, # }, ], "luminotes.unsubscribe_button":