Fix incorrect log message in PayPal config loader
This commit is contained in:
@@ -44,7 +44,7 @@ class ConfigurationService:
|
|||||||
secret=self._config["paypal"]["secret"]
|
secret=self._config["paypal"]["secret"]
|
||||||
)
|
)
|
||||||
except KeyError:
|
except KeyError:
|
||||||
logger.fatal("Error loading DatabaseConfiguration, exiting...")
|
logger.fatal("Error loading PayPalConfiguration, exiting...")
|
||||||
sys.exit(1)
|
sys.exit(1)
|
||||||
|
|
||||||
def get_ticket_info(self) -> tuple[TicketInfo, ...]:
|
def get_ticket_info(self) -> tuple[TicketInfo, ...]:
|
||||||
|
|||||||
Reference in New Issue
Block a user