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-07-24 18:08:31 +0300
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
fd5633e25f06d992769938271c4ebdf8c06e18c8
fd5633e2
1 parent
fa3020db
fix supermarket sharing success msg
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
SwiftWarplyFramework/SwiftWarplyFramework/swiftApi.swift
SwiftWarplyFramework/SwiftWarplyFramework/swiftApi.swift
View file @
fd5633e
...
...
@@ -4987,10 +4987,10 @@ public class swiftApi {
let
responseDataResult
=
(
dictionary
[
"result"
]
as?
[
String
:
Any
]
??
[
String
:
Any
]())
self
.
modal_text
=
responseDataResult
[
"modal_text"
]
as?
String
??
""
self
.
status
=
responseDataResult
[
"status"
]
as?
String
??
""
self
.
couponset_type
=
responseDataResult
[
"couponset_type"
]
as?
String
??
""
self
.
status_outer
=
dictionary
[
"status"
]
as?
Int
??
-
1
self
.
msg
=
dictionary
[
"msg"
]
as?
String
??
""
self
.
couponset_type
=
dictionary
[
"couponset_type"
]
as?
String
??
""
}
public
var
_modal_text
:
String
{
...
...
Please
register
or
login
to post a comment