Spaces:
Sleeping
Sleeping
Firestore not returned at auth
Browse files- autenticacion.py +1 -1
autenticacion.py
CHANGED
|
@@ -29,7 +29,7 @@ def defineAmbiente(env):
|
|
| 29 |
webhook = os.getenv("STRIPE_WEBHOOK_SECRET_SANDBOX")
|
| 30 |
firestore = 'config_dev.json'
|
| 31 |
|
| 32 |
-
return llave, webhook
|
| 33 |
|
| 34 |
def local_check():
|
| 35 |
hostname = socket.gethostname()
|
|
|
|
| 29 |
webhook = os.getenv("STRIPE_WEBHOOK_SECRET_SANDBOX")
|
| 30 |
firestore = 'config_dev.json'
|
| 31 |
|
| 32 |
+
return llave, webhook
|
| 33 |
|
| 34 |
def local_check():
|
| 35 |
hostname = socket.gethostname()
|