Moibe commited on
Commit
4977339
·
1 Parent(s): 6cfd9ed

Firestore not returned at auth

Browse files
Files changed (1) hide show
  1. 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, firestore
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()