taler-typescript-core

Wallet core logic and WebUIs for various components
Log | Files | Refs | Submodules | README | LICENSE

commit 6f5f95254f31518e9599146769d1eb5de28a5fb6
parent 06bb39c649dead187ebe04bbb3cebcade51fc8b1
Author: Sebastian <sebasjm@taler-systems.com>
Date:   Sat, 28 Feb 2026 10:00:05 -0300

show kyc qr first

Diffstat:
Mpackages/merchant-backoffice-ui/src/components/modal/index.tsx | 68++++++++++++++++++++++++++++++++++----------------------------------
1 file changed, 34 insertions(+), 34 deletions(-)

diff --git a/packages/merchant-backoffice-ui/src/components/modal/index.tsx b/packages/merchant-backoffice-ui/src/components/modal/index.tsx @@ -458,6 +458,40 @@ export function ValidBankAccount({ account with the subject below. </i18n.Translate> </p> + <tr> + <td colSpan={3}> + {!qrs.length ? undefined : ( + <div style={{ overflowY: "auto", height: "95%", padding: 5 }}> + <p> + <i18n.Translate> + If your bank application allows you make a wire transfer using + standard QR codes then try scanning the following: + </i18n.Translate> + </p> + <table style={{ width: "100%" }}> + {qrs.map((q, idx) => { + return ( + <tr key={idx}> + <td + style={{ + padding: 5, + borderSpacing: 0, + borderRadius: 4, + border: "1px solid black", + }} + > + <Accordion name={q.type} openedByDefault> + <QR text={q.qrContent} /> + </Accordion> + </td> + </tr> + ); + })} + </table> + </div> + )} + </td> + </tr> <div class="table-container"> <table> <tbody> @@ -521,40 +555,6 @@ export function ValidBankAccount({ </td> </tr> <tr> - <td colSpan={3}> - {!qrs.length ? undefined : ( - <div style={{ overflowY: "auto", height: "95%", padding: 5 }}> - <p> - <i18n.Translate> - If your bank application allows you make a wire transfer - using standard QR codes then try scanning the following: - </i18n.Translate> - </p> - <table style={{ width: "100%" }}> - {qrs.map((q, idx) => { - return ( - <tr key={idx}> - <td - style={{ - padding: 5, - borderSpacing: 0, - borderRadius: 4, - border: "1px solid black", - }} - > - <Accordion name={q.type}> - <QR text={q.qrContent} /> - </Accordion> - </td> - </tr> - ); - })} - </table> - </div> - )} - </td> - </tr> - <tr> <td colSpan={2} width="100%"> <i18n.Translate> As an alternative, in case that your bank already supports the