javasap-commerce-cloudhybris-data-hub

Hybris extension and AddOn


I have to install a chinesealipayaddon (already present as deprecated) ,for implements alipay method of payment, in a sub folder of the modules folder in the hybris/bin path. I am following the procedure indicated in the SAP portal but when I am asked to put the following tags in the localestension.xml:

<requires-extension name="chinesepaymentservices"/>
<requires-extension name="payment"/>
<requires-extension name="acceleratorservices"/>

These tags are red and therefore cannot be put there, same thing if I put them in the extensioninfo.xml. Can any of you tell me the correct procedure?


Solution

  • Try adding it like this:

        <path dir="${HYBRIS_BIN_DIR}" />
    
                <extension dir="${HYBRIS_BIN_DIR}/modules/core-accelerator/acceleratorservices" />