update wa official API
This commit is contained in:
+1
-1
@@ -48,7 +48,7 @@ try {
|
||||
// --- AMBIL PESAN PENDING ---
|
||||
$sql = "
|
||||
SELECT * FROM master_pesan
|
||||
WHERE api_key = :apiKey AND status = 'PENDING'
|
||||
WHERE api_key = :apiKey AND status = 'PENDING' AND gateway_type = 'unofficial'
|
||||
ORDER BY id ASC
|
||||
LIMIT 1
|
||||
FOR UPDATE
|
||||
|
||||
Reference in New Issue
Block a user