Align dashboard BMPA quick link with bmpa_processable_only filter

This commit is contained in:
萝卜
2026-03-18 02:19:25 +08:00
parent 6e59ae3eb6
commit 3ff16b3d28
7 changed files with 50 additions and 14 deletions

View File

@@ -28,7 +28,7 @@ class AdminDashboardBillingWorkbenchQuickLinksTest extends TestCase
$res->assertSee('快捷筛选');
$res->assertSee('href="/admin/platform-orders?payment_status=unpaid&status=pending&back=%2Fadmin"', false);
$res->assertSee('href="/admin/platform-orders?bmpa_processable_only=1&back=%2Fadmin"', false);
$res->assertSee('待支付');
$res->assertSee('href="/admin/platform-orders?payment_status=paid&status=pending&sync_status=unsynced&back=%2Fadmin"', false);