feat: show optional serivce description before payment
This commit is contained in:
@@ -290,9 +290,7 @@ class NotificationService:
|
||||
return bool(value)
|
||||
|
||||
async def support_admin_email_notifications_enabled(self) -> bool:
|
||||
enabled = bool(
|
||||
getattr(self.settings, SUPPORT_ADMIN_EMAIL_NOTIFICATIONS_KEY, False)
|
||||
)
|
||||
enabled = bool(getattr(self.settings, SUPPORT_ADMIN_EMAIL_NOTIFICATIONS_KEY, False))
|
||||
if not self.session_factory:
|
||||
return enabled
|
||||
try:
|
||||
|
||||
Reference in New Issue
Block a user