feat: added new env var to debug redsys

This commit is contained in:
2025-02-19 18:41:50 +01:00
parent 7d7269386a
commit 44b1efd0ee
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -45,7 +45,7 @@ AWS_S3_ENDPOINT_URL = env.str("S3_ENDPOINT_URL", "")
# Redsys
# https://pagosonline.redsys.es/conexion-redireccion.html
REDSYS_DEBUG = env.bool("REDSYS_DEBUG", DEBUG)
REDSYS_SHARED_SECRET = env.str(
"REDSYS_SHARED_SECRET", "sq7HjrUOBfKmC576ILgskD5srU870gJ7"
)