同步平台订单摘要卡已付无回执总护栏口径
This commit is contained in:
@@ -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'],
|
||||
],
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user