diff --git a/config/Common.py b/config/Common.py index b980000..53efaf0 100644 --- a/config/Common.py +++ b/config/Common.py @@ -23,7 +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": "seller_1199677742_biz@luminotes.com", + "luminotes.payment_email": "", "luminotes.rate_plans": [ { "name": "free", @@ -38,30 +38,6 @@ settings = { "fee": 5, "button": """ -
- - - - - - - - - - - - - - - - - - - - - - -
""", }, { @@ -71,30 +47,6 @@ settings = { "fee": 9, "button": """ -
- - - - - - - - - - - - - - - - - - - - - - -
""", }, # { @@ -109,9 +61,6 @@ settings = { ], "luminotes.unsubscribe_button": """ - - Unsubscribe - """, }, }