File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change 1616from app .core .payment .types_payment import HelloAssoConfigName
1717from app .core .utils .config import Settings
1818from app .modules .raid .utils .drive .drive_file_manager import DriveFileManager
19- from app .types .exceptions import PaymentToolCredentialsNotSetException
2019from app .types .scheduler import OfflineScheduler , Scheduler
2120from app .types .websocket import WebsocketConnectionManager
2221from app .utils .communication .notifications import NotificationManager
@@ -144,7 +143,7 @@ def init_payment_tools(
144143 hyperion_error_logger .error (
145144 "HelloAsso API base URL is not set in settings, payment won't be available" ,
146145 )
147- raise PaymentToolCredentialsNotSetException
146+ return {}
148147
149148 payment_tools : dict [HelloAssoConfigName , PaymentTool ] = {}
150149 for helloasso_config in settings .PARSED_HELLOASSO_CONFIGURATIONS :
You can’t perform that action at this time.
0 commit comments