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-28 14:48:36 +0300
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
fb8d9a8a0721f2444351c29ed696842a9bb3d6bb
fb8d9a8a
1 parent
6a2b15bb
MerchantCategoryModel fix 2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
SwiftWarplyFramework/SwiftWarplyFramework/models/MerchantCategoryModel.swift
SwiftWarplyFramework/SwiftWarplyFramework/models/MerchantCategoryModel.swift
View file @
fb8d9a8
...
...
@@ -20,7 +20,7 @@ public class MerchantCategoryModel: NSObject {
private
var
count
:
Int
?
private
var
name
:
String
?
public
init
()
{
public
override
init
()
{
self
.
uuid
=
""
self
.
admin_name
=
""
self
.
image
=
""
...
...
Please
register
or
login
to post a comment