Retrieve WebSphere Commerce Merchant Key
<%@ page import="com.ibm.commerce.util.nc_crypt" %>
<p>Encrypted Merchant Key: <%=com.ibm.commerce.server.WcsApp.configProperties.getValue("Instance/MerchantKey")%></p>
<p>Decrypted (Plain Text) Merchant Key: <%=nc_crypt.decrypt(com.ibm.commerce.server.WcsApp.configProperties.getValue("Instance/MerchantKey"), null)%></p>
Comments
Post a Comment