Fix: Update Order status to Processing when payment has been recieved

This commit is contained in:
2026-09-15 21:17:56 +03:00
parent d9fb3bbde6
commit a5f3008ce2
7 changed files with 86 additions and 53 deletions
@@ -8,7 +8,7 @@ use Filament\Tables\Table;
use Lunar\Admin\Support\Extending\BaseExtension;
/**
* Same fix as OrderRefundActionsExtension, applied to the order lines
* Same fix as OrderActionsExtension, applied to the order lines
* table's "bulk_refund" toolbar action (Lunar\Admin\...\OrderItemsTable::
* getBulkRefundAction()) — see that class's docblock for the underlying
* Filament bug (failureNotification()+failure()+halt() never actually