From b8c1df5ff804eed04fc80c226fa9ecbe5b32c5ff Mon Sep 17 00:00:00 2001 From: David Rodenkirchen Date: Thu, 16 Apr 2026 08:50:11 +0200 Subject: [PATCH] Disable commercial PayPal charging --- src/ezgg_lan_manager/pages/Account.py | 27 ++++++++++++++------------- 1 file changed, 14 insertions(+), 13 deletions(-) diff --git a/src/ezgg_lan_manager/pages/Account.py b/src/ezgg_lan_manager/pages/Account.py index 169a6a1..d96a4d0 100644 --- a/src/ezgg_lan_manager/pages/Account.py +++ b/src/ezgg_lan_manager/pages/Account.py @@ -233,19 +233,20 @@ class AccountPage(Component): on_press=self._on_paypal_info_press ), paypal_info_revealer, - Link( - content=Button( - content=Text("PAYPAL (3% Gebühr - Gewerblich)", style=TextStyle(fill=Color.from_hex("121212"), font_size=0.8), justify="center"), - shape="rectangle", - style="major", - color="secondary", - grow_x=True, - margin=2, - margin_top=0 - ), - target_url="https://www.paypal.com/ncp/payment/89YMGVZ4S33RS", - open_in_new_tab=True - ) + # Disabled because people did not understand the fee's and kept charging 24.03 € to their accounts + # Link( + # content=Button( + # content=Text("PAYPAL (3% Gebühr - Gewerblich)", style=TextStyle(fill=Color.from_hex("121212"), font_size=0.8), justify="center"), + # shape="rectangle", + # style="major", + # color="secondary", + # grow_x=True, + # margin=2, + # margin_top=0 + # ), + # target_url="https://www.paypal.com/ncp/payment/89YMGVZ4S33RS", + # open_in_new_tab=True + # ) ) ), MainViewContentBox( -- 2.45.2