From 7f8fd95ba2ba988349ac0dc8e07c47a6f78bf76f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=90=9D=E5=8D=9C?= Date: Wed, 18 Mar 2026 22:57:48 +0800 Subject: [PATCH] =?UTF-8?q?=E5=90=8C=E6=AD=A5=E5=B9=B3=E5=8F=B0=E8=AE=A2?= =?UTF-8?q?=E5=8D=95=E6=91=98=E8=A6=81=E5=8D=A1=E5=B7=B2=E4=BB=98=E6=97=A0?= =?UTF-8?q?=E5=9B=9E=E6=89=A7=E6=80=BB=E6=8A=A4=E6=A0=8F=E5=8F=A3=E5=BE=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ...aryReceiptRefundLinksShouldHaveDataRoleAndKeepBackTest.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/Feature/AdminPlatformOrderIndexSummaryReceiptRefundLinksShouldHaveDataRoleAndKeepBackTest.php b/tests/Feature/AdminPlatformOrderIndexSummaryReceiptRefundLinksShouldHaveDataRoleAndKeepBackTest.php index 4898749..967039f 100644 --- a/tests/Feature/AdminPlatformOrderIndexSummaryReceiptRefundLinksShouldHaveDataRoleAndKeepBackTest.php +++ b/tests/Feature/AdminPlatformOrderIndexSummaryReceiptRefundLinksShouldHaveDataRoleAndKeepBackTest.php @@ -51,11 +51,11 @@ class AdminPlatformOrderIndexSummaryReceiptRefundLinksShouldHaveDataRoleAndKeepB ], [ 'role' => 'po-summary-link-no-receipt-orders', - 'expect' => ['receipt_status' => 'none'], + 'expect' => ['payment_status' => 'paid', 'receipt_status' => 'none'], ], [ 'role' => 'po-summary-link-view-no-receipt-orders', - 'expect' => ['receipt_status' => 'none'], + 'expect' => ['payment_status' => 'paid', 'receipt_status' => 'none'], ], ];