对账明细导出:摘要增加 amount_tolerance 容差口径

This commit is contained in:
萝卜
2026-03-13 21:10:26 +00:00
parent 5edaf57bf7
commit 49c4226872
2 changed files with 4 additions and 0 deletions

View File

@@ -113,6 +113,7 @@ class AdminPlatformOrderExportLedgerTest extends TestCase
$this->assertStringContainsString('receipt_total,10.00', $content2);
$this->assertStringContainsString('refund_total,1.00', $content2);
$this->assertStringContainsString('reconcile_delta,10.00', $content2);
$this->assertStringContainsString('amount_tolerance,0.01', $content2);
}
public function test_show_page_should_render_export_ledger_link(): void