Refactor VerifyPaymentView to improve wallet payment handling and response messages. Remove redundant insufficient funds check and enhance failure message clarity.

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
-3
View File
@@ -149,9 +149,6 @@ else:
"PASSWORD": env("POSTGRES_PASSWORD"),
"HOST": env("POSTGRES_HOST"),
"PORT": env("POSTGRES_PORT"),
"OPTIONS": {
"pool": True,
},
},
}