Updated payment recon code

This commit is contained in:
Swapnil9693
2025-11-26 14:54:58 +05:30
9 changed files with 1575 additions and 1507 deletions

View File

@@ -5,7 +5,11 @@ import os
# Get MySQL credentials from environment variables
MYSQL_HOST = os.getenv("MYSQL_HOST", "127.0.0.1")
MYSQL_USER = os.getenv("MYSQL_USER", "root")
<<<<<<< HEAD
MYSQL_PASSWORD = os.getenv("MYSQL_PASSWORD", "root")
=======
MYSQL_PASSWORD = os.getenv("MYSQL_PASSWORD", "tiger")
>>>>>>> 1054d1f7e5aff7cb0993ba7919fe1e49ed8217f9
MYSQL_DB = os.getenv("MYSQL_DB", "test")
# Connect to MySQL