Refactor VerifyPaymentView to improve wallet payment handling and response messages. Remove redundant insufficient funds check and enhance failure message clarity.
Some checks failed
Build and Push Docker Images / Build and Push Docker Images (push) Failing after 2m51s

This commit is contained in:
2025-04-11 00:41:44 +05:00
parent f8253d572d
commit 10b3800171
2 changed files with 18 additions and 20 deletions

View File

@ -149,9 +149,6 @@ else:
"PASSWORD": env("POSTGRES_PASSWORD"),
"HOST": env("POSTGRES_HOST"),
"PORT": env("POSTGRES_PORT"),
"OPTIONS": {
"pool": True,
},
},
}