Showing
1 changed file
with
9 additions
and
0 deletions
... | @@ -1083,4 +1083,13 @@ public class swiftApi { | ... | @@ -1083,4 +1083,13 @@ public class swiftApi { |
1083 | } | 1083 | } |
1084 | } | 1084 | } |
1085 | 1085 | ||
1086 | + | ||
1087 | + public func constructCampaignUrl(_ campaign: CampaignItemModel) -> String { | ||
1088 | + return campaign.index_url ?? "" | ||
1089 | + } | ||
1090 | + | ||
1091 | + public func constructCcmsUrl(_ campaign: LoyaltyContextualOfferModel) -> String { | ||
1092 | + return "" | ||
1093 | + } | ||
1094 | + | ||
1086 | } | 1095 | } | ... | ... |
-
Please register or login to post a comment