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-10-30 14:07:28 +0200
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
31a36abd92e9da41e690c0e539ff3979ff832a64
31a36abd
1 parent
26285475
fix cancelUnifiedCoupon refreshing UnifiedCoupons
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
SwiftWarplyFramework/SwiftWarplyFramework/UnifiedCouponBarcodeViewController.swift
SwiftWarplyFramework/SwiftWarplyFramework/UnifiedCouponBarcodeViewController.swift
View file @
31a36ab
...
...
@@ -134,6 +134,10 @@ import SwiftEventBus
DispatchQueue
.
main
.
async
{
if
(
responseData
?
.
getStatus
==
1
)
{
self
.
showSuccessDialog
()
swiftApi
()
.
getUnifiedCouponsDeals
{
unifiedCoupons
in
}
failureCallback
:
{
errorCode
in
}
}
}
...
...
Please
register
or
login
to post a comment