Refactor payment verification to use PAYMENT_BASE_URL from environment variables and improve error handling for missing configuration
Some checks failed
Build and Push Docker Images / Build and Push Docker Images (push) Failing after 1m31s

This commit is contained in:
2025-04-23 10:03:04 +05:00
parent 2431793886
commit 929c6168a4
2 changed files with 18 additions and 5 deletions

View File

@ -15,7 +15,7 @@ EMAIL_PORT=
EMAIL_USERNAME=
EMAIL_PASSWORD=
PAYMENT_VERIFY_BASE_URL=""
PAYMENT_BASE_URL=""
FRONTEND_URL=""
SMS_API_URL=""