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
Vasilis
2022-02-07 12:51:17 +0200
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
edce497bff44539ca2f71bdee0359d596c8aadae
edce497b
1 parent
70f57b5e
fix at getCouponSets
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 additions
and
1 deletions
WarplySDKFrameworkIOS/Warply/Warply.m
WarplySDKFrameworkIOS/WarplySDKFrameworkIOS.xcworkspace/xcuserdata/billskouras.xcuserdatad/UserInterfaceState.xcuserstate
WarplySDKFrameworkIOS/Warply/Warply.m
View file @
edce497
...
...
@@ -1548,7 +1548,7 @@ WL_VERSION_IMPLEMENTATION(WL_VERSION)
-
(
void
)
getCouponSetsWithSuccessBlock
:
(
NSNumber
*
)
active
andVisible
:
(
NSNumber
*
)
visible
andUuids
:
(
NSArray
*
)
uuids
:
(
void
(
^
)(
NSDictionary
*
response
))
success
failureBlock
:
(
void
(
^
)(
NSError
*
error
))
failure
{
NSDictionary
*
postDictionary
=
@{
@"coupon"
:
@{
@"action"
:
@"retrieve_multilingual"
,
@"active"
:
active
,
@"visible"
:
visible
,
@"language"
:
LANG
,
@"uuids"
:
uuids
}};
NSDictionary
*
postDictionary
=
@{
@"coupon"
:
@{
@"action"
:
@"retrieve_multilingual"
,
@"
language"
:
LANG
,
@"
active"
:
active
,
@"visible"
:
visible
,
@"language"
:
LANG
,
@"uuids"
:
uuids
}};
NSData
*
jsonData
=
[
NSJSONSerialization
dataWithJSONObject
:
postDictionary
options
:
0
error
:
NULL
];
[
self
sendContext
:
jsonData
successBlock
:
^
(
NSDictionary
*
contextResponse
)
{
if
(
success
)
{
...
...
WarplySDKFrameworkIOS/WarplySDKFrameworkIOS.xcworkspace/xcuserdata/billskouras.xcuserdatad/UserInterfaceState.xcuserstate
View file @
edce497
No preview for this file type
Please
register
or
login
to post a comment