Toggle navigation
Toggle navigation
This project
Loading...
Sign in
open-source
/
warply_sdk_framework
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Graphs
Network
Create a new issue
Commits
Issue Boards
Authored by
Manos Chorianopoulos
2022-07-25 11:31:01 +0300
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
0239f8fd95f45655c38a0cf6ea6b51c50858c184
0239f8fd
1 parent
91098b67
fix postEvent request validity param
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
SwiftWarplyFramework/SwiftWarplyFramework/Warply/Warply.m
SwiftWarplyFramework/SwiftWarplyFramework/Warply/Warply.m
View file @
0239f8f
...
...
@@ -1047,7 +1047,7 @@ WL_VERSION_IMPLEMENTATION(WL_VERSION)
@{
@"Name"
:
@"CHANNEL"
,
@"Value"
:
@"ONE_APP"
,
@"Type"
:
@"string"
},
@{
@"Name"
:
@"WAVE"
,
@"Value"
:
WAVE
,
@"Type"
:
@"string"
},
@{
@"Name"
:
@"RESPONSECHANNEL"
,
@"Value"
:
@"ONE_APP"
,
@"Type"
:
@"string"
},
@{
@"Name"
:
@"VALIDITY"
,
@"Value"
:
VALIDITY
,
@"Type"
:
@"
numeric
"
},
@{
@"Name"
:
@"VALIDITY"
,
@"Value"
:
VALIDITY
,
@"Type"
:
@"
INT
"
},
@{
@"Name"
:
@"TREATMENT_CODE"
,
@"Value"
:
TREATMENT_CODE
,
@"Type"
:
@"string"
},
@{
@"Name"
:
@"EventName"
,
@"Value"
:
@"INTEREST_P"
,
@"Type"
:
@"string"
}
]}}};
...
...
Please
register
or
login
to post a comment