Add SMS bulk delay configuration and validate coupon phone function

This commit is contained in:
Mekan1206
2026-06-03 20:57:54 +05:00
parent 275ee63ffb
commit c74330cfaf
18 changed files with 1637 additions and 0 deletions

View File

@@ -39,6 +39,7 @@ return [
'url' => env('SMS_API_URL', 'https://sms.daragt.com/api/sms'),
'timeout' => (int) env('SMS_API_TIMEOUT', 10),
'connect_timeout' => (int) env('SMS_API_CONNECT_TIMEOUT', 5),
'bulk_delay_ms' => (int) env('SMS_BULK_DELAY_MS', 300),
],
];