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-27 14:07:50 +0300
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
ec87dc22a46cfacacee15e4795987bd41dfd1544
ec87dc22
1 parent
fb241c91
fix Map merchants on unified single coupon
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
1 deletions
SwiftWarplyFramework/SwiftWarplyFramework/CouponBarcodeViewController.swift
SwiftWarplyFramework/SwiftWarplyFramework/CouponBarcodeViewController.swift
View file @
ec87dc2
...
...
@@ -515,7 +515,12 @@ import AVFoundation
swiftApi
()
.
logTrackersEvent
(
"click"
,
"SeeShops"
)
let
vc
=
SwiftWarplyFramework
.
MapsViewController
(
nibName
:
"MapsViewController"
,
bundle
:
Bundle
(
for
:
MyEmptyClass
.
self
))
vc
.
couponSet
=
coupon
?
.
couponset_data
if
(
isMarket
==
true
)
{
vc
.
isMarket
=
true
}
else
{
vc
.
couponSet
=
coupon
?
.
couponset_data
}
self
.
navigationController
?
.
pushViewController
(
vc
,
animated
:
true
)
// if (mapBtnVisible == true) {
...
...
Please
register
or
login
to post a comment