This commit is contained in:
jaewohong
2025-12-05 17:03:04 +09:00
parent a7a9d959fe
commit 7c01ccf311
@@ -336,7 +336,7 @@ public class ApiAdapterService extends HttpAdapterServiceSupport {
}
// jwhong decrypt
// jwhong decrypt
private String doPreDecryption(String eaiBody, Properties transactionProp, HttpServletRequest request) {
String decryptAlgorithm = transactionProp.getProperty(ENCRYPT_ALGORITHM, "");