Installation Guide for Oracle Billing Insight > Configuring Oracle WebLogic > Process of Configuring Oracle WebLogic for the Self-Service Application >
Setting Up Prenote Functionality
Use the following instructions to set up prenote functionality. This task is a step in Process of Configuring Oracle WebLogic for the Self-Service Application. To set up prenote functionality
- Open the payment.xma.xml file, located in the following directory:
- UNIX.
EDX_HOME \xma\config\modules\payment\file
- Windows.
EDX_HOME /xma/config/modules/payment/file
- Find the paymentConfigurationBean bean definition, and set the enablePreNote property value as follows:
<property name="enablePreNote">
<value>Yes</value>
</property>
|