Skip to content

Commit cc9b945

Browse files
committed
FE6670: Addition of analytical fields in sdk
1 parent 3ed3833 commit cc9b945

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

XMLClient/XMLClient.cpp

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -559,10 +559,10 @@ int cybs_runTransaction(ITransactionProcessorProxy *proxy, ns2__RequestMessage *
559559

560560
// Set client library version in request
561561
//std::string clientLibVersion (CLIENT_LIBRARY_VERSION_VALUE);
562-
ns2__requestMessage->clientLibraryVersion= const_cast< wchar_t* >(CLIENT_LIBRARY_VERSION_VALUE);
563-
ns2__requestMessage->clientLibrary= const_cast< wchar_t* >(CLIENT_LIBRARY_VALUE);
564-
ns2__requestMessage->clientEnvironment= const_cast< wchar_t* >(CLIENT_ENVIRONMENT_VALUE);
565-
ns2__requestMessage->clientApplication= const_cast< wchar_t* >(CLIENT_APPLICATION_VALUE);
562+
ns2__requestMessage->clientLibraryVersion = const_cast< wchar_t* >(CLIENT_LIBRARY_VERSION_VALUE);
563+
ns2__requestMessage->clientLibrary = const_cast< wchar_t* >(CLIENT_LIBRARY_VALUE);
564+
ns2__requestMessage->clientEnvironment = const_cast< wchar_t* >(CLIENT_ENVIRONMENT_VALUE);
565+
ns2__requestMessage->clientApplication = const_cast< wchar_t* >(CLIENT_APPLICATION_VALUE);
566566

567567
/* converting ns2__requestMessage to xml */
568568
std::stringstream ss;

0 commit comments

Comments
 (0)