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
@@ -8,4 +8,5 @@ public interface TransactionContextKeys {
public static final String GUID = "GUID";
public static final String INTERFACE_ID = "INTERFACE_ID";
public static final String TRANSACTION_UUID = "TRANSACTION_UUID";
public static final String X_LOAN_TOKEN = "X-LOAN-TOKEN";
}
@@ -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 = "";