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
2025-07-25 13:28:33 +0300
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
25d8cb08843c4978a7273737ebaacd39f914b9df
25d8cb08
1 parent
ccd709e1
Couponsets Codable error fix
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
SwiftWarplyFramework/SwiftWarplyFramework/models/Coupon.swift
SwiftWarplyFramework/SwiftWarplyFramework/models/Coupon.swift
View file @
25d8cb0
...
...
@@ -35,7 +35,7 @@ public class ShopAvailabilityItemModel: Codable {
}
}
public
class
CouponSetItemModel
:
Codable
{
public
class
CouponSetItemModel
{
// Existing fields
private
var
uuid
:
String
?
private
var
admin_name
:
String
?
...
...
@@ -318,7 +318,7 @@ public class RedeemedMerchantDetailsModel: Codable {
}
}
public
class
CouponItemModel
:
Codable
{
public
class
CouponItemModel
{
public
let
couponset_uuid
:
String
?
public
let
name
:
String
?
public
let
image
:
String
?
...
...
@@ -453,7 +453,7 @@ public class CouponItemModel: Codable {
}
}
public
class
RedeemedSMHistoryModel
:
Codable
{
public
class
RedeemedSMHistoryModel
{
private
var
totalRedeemedValue
:
Float
private
var
redeemedCouponList
:
Array
<
CouponItemModel
>
...
...
Please
register
or
login
to post a comment