diff --git a/routes/web.php b/routes/web.php index 7a6df56a..cc85078e 100644 --- a/routes/web.php +++ b/routes/web.php @@ -1234,9 +1234,7 @@ Route::get('fix-payment-status-updated-but-failed-update-invoice', function (Upd if (($invoice->amount - $totalPaidAmount) < 0.01) { $updatesTransactionStatus->execute($invoice, ApprovalStatus::COMPLETED); - $packingList = $invoice->owner; - $packingList->status = ApprovalStatus::APPROVED; $packingList->save();