From edad462629cf518e20d341e808c359dc8e51cdb2 Mon Sep 17 00:00:00 2001 From: hellcat <> Date: Sun, 12 Oct 2025 12:37:42 +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 bafc6b70c..167c2c6db 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->toArray()); + var_dump($invoice); if ($invoice === null) { continue; }