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
2024-02-08 18:58:48 +0200
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
20440c23b94f839fb5b441a3fbcc5eeebd9ccf01
20440c23
1 parent
2cf251fe
fix Campaigns request
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
SwiftWarplyFramework/SwiftWarplyFramework/OffersViewController.swift
SwiftWarplyFramework/SwiftWarplyFramework/OffersViewController.swift
View file @
20440c2
...
...
@@ -31,7 +31,7 @@ import UIKit
// MARK: - Requests
func
getCampaignsRequest
()
{
swiftApi
()
.
getCampaignsAsyncNew
(
language
:
"e
n
"
,
filters
:
[
String
:
Any
](),
getCampaignsCallback
,
failureCallback
:
{
errorCode
in
swiftApi
()
.
getCampaignsAsyncNew
(
language
:
"e
l
"
,
filters
:
[
String
:
Any
](),
getCampaignsCallback
,
failureCallback
:
{
errorCode
in
print
(
"========= getCampaignsCallback ERROR ========="
,
errorCode
)
})
}
...
...
Please
register
or
login
to post a comment