fix: isolate payment amount evidence
This commit is contained in:
@@ -163,5 +163,17 @@ void main() {
|
||||
).summaryLabel,
|
||||
'已合并',
|
||||
);
|
||||
expect(
|
||||
RecognitionDiagnosticDisplay.from(
|
||||
diagnostic('confirm', 'expected_amount_fallback'),
|
||||
).reasonLabel,
|
||||
'结果页未读到金额,已使用本次付款流程确认的金额',
|
||||
);
|
||||
expect(
|
||||
RecognitionDiagnosticDisplay.from(
|
||||
diagnostic('confirm', 'result_amount_conflict'),
|
||||
).reasonLabel,
|
||||
'结果页金额与本次付款金额不一致,请确认后入账',
|
||||
);
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user