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-06-21 17:45:41 +0300
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
db9fe2ce103e9c76bba28d52d39e0f3fd30252b1
db9fe2ce
1 parent
f253fed5
consumerIntegrationWithSuccessBlock fix
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
SwiftWarplyFramework/SwiftWarplyFramework/Warply/Warply.m
SwiftWarplyFramework/SwiftWarplyFramework/Warply/Warply.m
View file @
db9fe2c
...
...
@@ -1059,8 +1059,6 @@ WL_VERSION_IMPLEMENTATION(WL_VERSION)
{
NSMutableDictionary
*
data
=
[[
NSMutableDictionary
alloc
]
init
];
[
data
setValue
:
@"consumer_extra_data"
forKey
:
@"method"
];
if
(
nonTelco
&&
!
[
nonTelco
isEqual
:
@NO
])
{
[
data
setValue
:
nonTelco
forKey
:
@"nonTelco"
];
}
else
{
...
...
@@ -1088,6 +1086,8 @@ WL_VERSION_IMPLEMENTATION(WL_VERSION)
NSMutableDictionary
*
consumerData
=
[[
NSMutableDictionary
alloc
]
init
];
[
consumerData
setValue
:
@"integration"
forKey
:
@"action"
];
[
consumerData
setValue
:
@"consumer_extra_data"
forKey
:
@"method"
];
if
(
data
&&
!
[
data
isEqual
:@{}])
{
[
consumerData
setValue
:
data
forKey
:
@"data"
];
}
...
...
Please
register
or
login
to post a comment