Using the QR-code in the OutOfOrderPanel.
To use the QR-code in the OutOfOrderPanel, the dependentOf parameter needed to be set in the PAYMENTSERVICE.
<PAYMENTSERVICE dependentOf="Ext2">
...
<payUnit name="Ext2" /><!-- where Ext2 identifies the QR-Code DLL -->
</PAYMENTSERVICE>
OutOfOrderPanel
<TFT:Panel MxStyle="{PopupStyle}" Name="OutOfOrderPanel">
<Controls>
<!-- START MAIN CONTENT -->
<TFT:Label MxStyle="{DebugLabelStyle}" FormattedText="OutOfOrderPanel"/>
<TFT:Label Alignment="Center" Font="Arial, 40pt, style=Regular" ForeColor="49,56,66" FormattedText="Out of order" Location="150,90" Size="500,52" Transparent="True"/>
<TFT:Label Name="TerminalIdTextLabel" Size="280,40" Alignment="Far" Font="Arial, 20pt, style=Regular" ForeColor="49,56,66" FormattedText="Terminal ID:" Location="120, 275" Transparent="True"/>
<TFT:Label Name="TerminalIdLabel" Size="260,40" Alignment="Near" Font="Arial, 20pt, style=Regular" ForeColor="49,56,66" FormattedText="@S" Location="410, 275" Transparent="True"/>
<TFT:Label Name="PhoneNumberTextLabel" Size="280,40" Alignment="Far" Font="Arial, 20pt, style=Regular" ForeColor="49,56,66" FormattedText="Phone number:" Location="120, 317" Transparent="True"/>
<TFT:Label Name="PhoneNumberLabel" Size="260,40" Alignment="Near" Font="Arial, 20pt, style=Regular" ForeColor="49,56,66" FormattedText="00-00-00" Location="410, 317" Transparent="True"/>
<TFT:MatrixBarcode MxStyle="{MatrixBarcodeStyle}" Name="ExternalPayUnitMatrixBarcode_Ext2"/>
<TFT:Button MxStyle="{EXTPU_AutoClickOutOfOrderButtonStyle}"/>
<!-- END MAIN CONTENT -->
</Controls>
</TFT:Panel>