payment session

This commit is contained in:
CHIEFSOFT\ameye
2025-08-26 06:43:32 -04:00
parent 7f44f2417f
commit 9cab449aaa
9 changed files with 152 additions and 88 deletions
+1 -1
View File
@@ -77,7 +77,7 @@ class AccountService(BaseService):
"completed": random.randint(0, 10)
}
logger.info(f"Member Actions Error: {action_data}")
# logger.info(f"Member Actions : {action_data}")
return ResponseHelper.success(data=action_data)