Multiple Iterations of the Same Core
It is possible to have two or more iterations of a core. For example, if you had two different endpoints that dealt with specific tender types. Ewallet tenders went to one endpoint whereas standard CC/Debit tenders went to a different endpoint.
Such configuration requires two separate opiretail.properties
files. To accomplish this:
-
Within the
EFTLinkConfig.properties
file Core<x> property, you will need to specify the relative working folder for each core.For example:
EPSCore0 = oracle.eftlink.opiretail.OPIRetailCore WorkingFolder:./OPICore1
EPSCore1 = oracle.eftlink.opiretail.OPIRetailCore WorkingFolder:./OPICore2
-
In the EFTLink installation folder, create the declared sub folders and place the tailored
opiretail.properties
into their own subfolder.