Skip to content

Commit 794302e

Browse files
committed
FE6670: Addition of analytical fields in sdk
1 parent fe8ab09 commit 794302e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

BaseClient/util.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
extern "C" {
1414
#endif
1515

16+
/* Please do no modify these values */
1617
#if defined(_WIN64)
1718
static const wchar_t CLIENT_ENVIRONMENT_VALUE[] = L"Win64";
1819
#elif defined(_WIN32)
@@ -62,7 +63,7 @@ const char CYBS_SK_ERROR_INFO[] = "_errorInfo";
6263
const char CYBS_C_USE_AKAMAI[] = "sendToAkamai";
6364

6465

65-
/* clientLibraryVersion */
66+
/* Please do no modify these values */
6667
static const wchar_t CLIENT_LIBRARY_VERSION_VALUE[] = L"6.0.1";
6768
static const wchar_t CLIENT_LIBRARY_VALUE[] = L"C SOAP";
6869
static const wchar_t CLIENT_APPLICATION_VALUE[] = L"Simple Order API";

0 commit comments

Comments
 (0)