mirror of
https://github.com/i701/sarlink-portal-api.git
synced 2025-06-28 09:50:05 +00:00
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
Some checks failed
Build and Push Docker Images / Build and Push Docker Images (push) Failing after 1m31s
This commit is contained in:
@ -15,7 +15,7 @@ EMAIL_PORT=
|
||||
EMAIL_USERNAME=
|
||||
EMAIL_PASSWORD=
|
||||
|
||||
PAYMENT_VERIFY_BASE_URL=""
|
||||
PAYMENT_BASE_URL=""
|
||||
FRONTEND_URL=""
|
||||
|
||||
SMS_API_URL=""
|
||||
|
Reference in New Issue
Block a user