diff --git a/breathecode/authenticate/flags.py b/breathecode/authenticate/flags.py index 40a122249..a83082775 100644 --- a/breathecode/authenticate/flags.py +++ b/breathecode/authenticate/flags.py @@ -2,7 +2,7 @@ from capyc.core.managers import feature -flags = feature._flags +flags = feature.flags @feature.availability("authenticate.set_google_credentials") diff --git a/breathecode/payments/flags.py b/breathecode/payments/flags.py index 1e5ee5f31..d54ce2483 100644 --- a/breathecode/payments/flags.py +++ b/breathecode/payments/flags.py @@ -11,7 +11,7 @@ from breathecode.registry.models import Asset from breathecode.utils.decorators.consume import ServiceContext -flags = feature._flags +flags = feature.flags @feature.availability("payments.bypass_consumption")