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
2023-11-15 16:14:10 +0200
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
8ffbd2863db48f54fcc68a3a2842c4cdb6f5d5c5
8ffbd286
1 parent
2352f505
minor setVouchersFetched fix
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
SwiftWarplyFramework/SwiftWarplyFramework/swiftApi.swift
SwiftWarplyFramework/SwiftWarplyFramework/swiftApi.swift
View file @
8ffbd28
...
...
@@ -187,6 +187,8 @@ public class swiftApi {
// Possible values "true", "false", "null"
if
(
success
==
"true"
||
success
==
"false"
||
success
==
"null"
)
{
setShowVouchersBanner
(
success
)
}
else
{
setShowVouchersBanner
(
"null"
)
}
SwiftEventBus
.
post
(
"vouchers_fetched"
)
...
...
Please
register
or
login
to post a comment