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 794302e commit 1951600Copy full SHA for 1951600
BaseClient/util.h
@@ -13,7 +13,7 @@
13
extern "C" {
14
#endif
15
16
-/* Please do no modify these values */
+/* Please do not modify these values */
17
#if defined(_WIN64)
18
static const wchar_t CLIENT_ENVIRONMENT_VALUE[] = L"Win64";
19
#elif defined(_WIN32)
@@ -63,7 +63,7 @@ const char CYBS_SK_ERROR_INFO[] = "_errorInfo";
63
const char CYBS_C_USE_AKAMAI[] = "sendToAkamai";
64
65
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