From dbc8d36d0b3583a757a57dbe2655c60f46504af1 Mon Sep 17 00:00:00 2001 From: hellcat <> Date: Sun, 12 Oct 2025 12:55:23 +0800 Subject: [PATCH] no message --- src/Services/Cron.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Services/Cron.php b/src/Services/Cron.php index 167c2c6db..ade0bb93f 100755 --- a/src/Services/Cron.php +++ b/src/Services/Cron.php @@ -836,7 +836,7 @@ final class Cron try { $invoice = (new Invoice())->where('order_id', $oOrder->id)->first(); - var_dump($invoice); + //var_dump($invoice); if ($invoice === null) { continue; }