SYMPTOMS
Customer credit card number in PCP is shown masked as 1234*********.CAUSE
By default Parallels Business Automation shows customer credit card numbers masked for security reasons.RESOLUTION
Credit card number can be made visible to provider in Edit mode. "CreditCard_UpdateWin.xml" window customization is used for this purpose. Credit card number can not be made visible in View mode.To make the customization:
1. Log in to PBA production server as root.
2. Switch to "~bm/wnd/BM/customization" directory via command: "cd ~bm/wnd/BM/customization". This directory contains customizable PBA screens.
3. Open "CreditCard_UpdateWin.xml" file for editing via command: "vi CreditCard_UpdateWin.xml".
4. Find the following XML block:
<window id="CreditCard_UpdateWin">
<layout>
<grid id="dataGeneral Info" group="General Info">
<row id="CardNumber" after="Logo">
<cell labelfor="CardNumber">`Credit Card Number`</cell>
<cell>CutNumber "  " vFoundInBlackList</cell>
</row>
<row id="vFoundInBlackList" remove="yes">
5. Change line "<cell>CutNumber "  " vFoundInBlackList</cell>" as follows:
"<cell>CardNumber "  " vFoundInBlackList</cell>"
6. Exit saving changes.
7. In order changes to take effect, restart WWW container via command: "/etc/init.d/pba restart www"