fix #7749 show content of pos confirmation literally
This commit is contained in:
parent
c8d78d68d3
commit
2f8de9ea86
@ -635,7 +635,7 @@ export function TransactionView({
|
|||||||
alert={{
|
alert={{
|
||||||
type: "info",
|
type: "info",
|
||||||
message: i18n.str`Confirmation code`,
|
message: i18n.str`Confirmation code`,
|
||||||
description: transaction.posConfirmation as TranslatedString,
|
description: <pre>{transaction.posConfirmation}</pre>,
|
||||||
}}
|
}}
|
||||||
/>
|
/>
|
||||||
) : undefined}
|
) : undefined}
|
||||||
|
Loading…
Reference in New Issue
Block a user