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-27 14:07:49 +0300
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
1d5219930819bb6d0baa4809af851d50c30f7a01
1d521993
1 parent
04858612
requests log message typo fixed
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
11 deletions
SwiftWarplyFramework/SwiftWarplyFramework/Warply/Warply.m
SwiftWarplyFramework/SwiftWarplyFramework/Warply/Warply.m
View file @
1d52199
...
...
@@ -503,7 +503,7 @@ WL_VERSION_IMPLEMENTATION(WL_VERSION)
if
(
success
)
{
success
([
contextResponse
valueForKey
:
@"MAPP_OFFER"
]);
}
NSLog
(
@"**************** WARPLY Reponse *****************"
);
NSLog
(
@"**************** WARPLY Re
s
ponse *****************"
);
NSLog
(
@"%@"
,
contextResponse
);
}
failureBlock
:^
(
NSError
*
error
)
{
if
(
failure
)
{
...
...
@@ -928,7 +928,7 @@ WL_VERSION_IMPLEMENTATION(WL_VERSION)
if
(
success
)
{
success
(
contextResponse
);
}
NSLog
(
@"**************** WARPLY Reponse *****************"
);
NSLog
(
@"**************** WARPLY Re
s
ponse *****************"
);
NSLog
(
@"%@"
,
contextResponse
);
}
failureBlock
:^
(
NSError
*
error
)
{
if
(
failure
)
{
...
...
@@ -941,7 +941,7 @@ WL_VERSION_IMPLEMENTATION(WL_VERSION)
if
(
success
)
{
success
(
contextResponse
);
}
NSLog
(
@"**************** WARPLY Reponse *****************"
);
NSLog
(
@"**************** WARPLY Re
s
ponse *****************"
);
NSLog
(
@"%@"
,
contextResponse
);
}
failureBlock
:^
(
NSError
*
error
)
{
if
(
failure
)
{
...
...
@@ -1107,7 +1107,7 @@ WL_VERSION_IMPLEMENTATION(WL_VERSION)
if
(
success
)
{
success
(
contextResponse
);
}
NSLog
(
@"**************** WARPLY Reponse *****************"
);
NSLog
(
@"**************** WARPLY Re
s
ponse *****************"
);
NSLog
(
@"%@"
,
contextResponse
);
}
failureBlock
:^
(
NSError
*
error
)
{
if
(
failure
)
{
...
...
@@ -1120,7 +1120,7 @@ WL_VERSION_IMPLEMENTATION(WL_VERSION)
if
(
success
)
{
success
(
contextResponse
);
}
NSLog
(
@"**************** WARPLY Reponse *****************"
);
NSLog
(
@"**************** WARPLY Re
s
ponse *****************"
);
NSLog
(
@"%@"
,
contextResponse
);
}
failureBlock
:^
(
NSError
*
error
)
{
if
(
failure
)
{
...
...
@@ -1315,7 +1315,7 @@ WL_VERSION_IMPLEMENTATION(WL_VERSION)
if
(
success
)
{
success
(
successResponse
);
}
NSLog
(
@"**************** WARPLY Reponse *****************"
);
NSLog
(
@"**************** WARPLY Re
s
ponse *****************"
);
NSLog
(
@"%@"
,
successResponse
);
}
failureBlock
:^
(
NSError
*
error
)
{
if
(
failure
)
{
...
...
@@ -1333,7 +1333,7 @@ WL_VERSION_IMPLEMENTATION(WL_VERSION)
if
(
success
)
{
success
(
contextResponse
);
}
NSLog
(
@"**************** WARPLY Reponse *****************"
);
NSLog
(
@"**************** WARPLY Re
s
ponse *****************"
);
NSLog
(
@"%@"
,
contextResponse
);
}
failureBlock
:^
(
NSError
*
error
)
{
if
(
failure
)
{
...
...
@@ -1346,7 +1346,7 @@ WL_VERSION_IMPLEMENTATION(WL_VERSION)
if
(
success
)
{
success
(
contextResponse
);
}
NSLog
(
@"**************** WARPLY Reponse *****************"
);
NSLog
(
@"**************** WARPLY Re
s
ponse *****************"
);
NSLog
(
@"%@"
,
contextResponse
);
}
failureBlock
:^
(
NSError
*
error
)
{
if
(
failure
)
{
...
...
@@ -1825,7 +1825,7 @@ WL_VERSION_IMPLEMENTATION(WL_VERSION)
if
(
success
)
{
success
(
contextResponse
);
}
NSLog
(
@"**************** WARPLY Reponse *****************"
);
NSLog
(
@"**************** WARPLY Re
s
ponse *****************"
);
NSLog
(
@"%@"
,
contextResponse
);
}
failureBlock
:^
(
NSError
*
error
)
{
if
(
failure
)
{
...
...
@@ -1843,7 +1843,7 @@ WL_VERSION_IMPLEMENTATION(WL_VERSION)
if
(
success
)
{
success
(
contextResponse
);
}
NSLog
(
@"**************** WARPLY Reponse *****************"
);
NSLog
(
@"**************** WARPLY Re
s
ponse *****************"
);
NSLog
(
@"%@"
,
contextResponse
);
}
failureBlock
:^
(
NSError
*
error
)
{
if
(
failure
)
{
...
...
@@ -1856,7 +1856,7 @@ WL_VERSION_IMPLEMENTATION(WL_VERSION)
if
(
success
)
{
success
(
contextResponse
);
}
NSLog
(
@"**************** WARPLY Reponse *****************"
);
NSLog
(
@"**************** WARPLY Re
s
ponse *****************"
);
NSLog
(
@"%@"
,
contextResponse
);
}
failureBlock
:^
(
NSError
*
error
)
{
if
(
failure
)
{
...
...
Please
register
or
login
to post a comment