x-loan-token 추가

This commit is contained in:
jaewohong
2026-01-19 16:42:26 +09:00
parent 0b5033daa3
commit 7bebc5725c
2 changed files with 3 additions and 1 deletions
@@ -444,7 +444,8 @@ public class RESTProcess extends HTTPProcess {
PropertiesUtil.copyPropertyIfPresent(this.callProp, this.tempProp, HttpAdapterServiceKey.GUID); // jwhong
PropertiesUtil.copyPropertyIfPresent(this.callProp, this.tempProp, HttpAdapterServiceKey.INBOUND_TOKEN); // jwhong
PropertiesUtil.copyPropertyIfPresent(this.callProp, this.tempProp, HttpAdapterServiceSupport.PROPERTIES_NAME_CLIENT_ID); // jwhong
PropertiesUtil.copyPropertyIfPresent(this.callProp, this.tempProp, TransactionContextKeys.X_LOAN_TOKEN);
String svcName = getServiceId(this.reqEaiMsg);
if (svcName == null) {
svcName = "";