We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe8ab09 commit 794302eCopy full SHA for 794302e
BaseClient/util.h
@@ -13,6 +13,7 @@
13
extern "C" {
14
#endif
15
16
+/* Please do no modify these values */
17
#if defined(_WIN64)
18
static const wchar_t CLIENT_ENVIRONMENT_VALUE[] = L"Win64";
19
#elif defined(_WIN32)
@@ -62,7 +63,7 @@ const char CYBS_SK_ERROR_INFO[] = "_errorInfo";
62
63
const char CYBS_C_USE_AKAMAI[] = "sendToAkamai";
64
65
-/* clientLibraryVersion */
66
67
static const wchar_t CLIENT_LIBRARY_VERSION_VALUE[] = L"6.0.1";
68
static const wchar_t CLIENT_LIBRARY_VALUE[] = L"C SOAP";
69
static const wchar_t CLIENT_APPLICATION_VALUE[] = L"Simple Order API";
0 commit comments