diff --git a/push_notifications/conf/legacy.py b/push_notifications/conf/legacy.py index 4ec721c0..22b2e34e 100644 --- a/push_notifications/conf/legacy.py +++ b/push_notifications/conf/legacy.py @@ -155,3 +155,7 @@ def get_wp_private_key(self, application_id=None): def get_wp_claims(self, application_id=None): msg = "Setup PUSH_NOTIFICATIONS_SETTINGS properly to send messages" return self._get_application_settings(application_id, "WP_CLAIMS", msg) + + def get_wp_ttl(self, application_id=None): + msg = "Setup PUSH_NOTIFICATIONS_SETTINGS properly to send messages" + return self._get_application_settings(application_id, "WP_TTL", msg)