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
2022-06-28 17:53:14 +0300
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
ba3cabd47f7df94db6ce8c7749f260cb284af31e
ba3cabd4
1 parent
6fa1028c
constructCcmsUrl minor fix
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
24 additions
and
24 deletions
SwiftWarplyFramework/SwiftWarplyFramework/swiftApi.swift
SwiftWarplyFramework/SwiftWarplyFramework/swiftApi.swift
View file @
ba3cabd
...
...
@@ -1362,19 +1362,19 @@ public class swiftApi {
+
"&refresh_token="
+
(
campaignInfo
?[
"refresh_token"
]
as!
String
)
+
"&client_id="
+
(
campaignInfo
?[
"client_id"
]
as!
String
)
+
"&client_secret="
+
(
campaignInfo
?[
"client_secret"
]
as!
String
)
+
"&Session_ID="
+
sessionId
// (campaign._sessionId
as! String
)
+
"&Session_ID="
+
sessionId
// (campaign._sessionId)
+
"&businessService="
+
"&offerName="
+
(
campaign
.
_offerName
as!
String
)
+
"&productType="
+
(
campaign
.
_productType
as!
String
)
+
"&provDuration="
+
(
campaign
.
_provDuration
as!
String
)
+
"&noOfRecurrance="
+
(
campaign
.
_noOfRecurrance
as!
String
)
+
"&price="
+
(
campaign
.
_price
as!
String
)
+
"&discount="
+
(
campaign
.
_discount
as!
String
)
+
"&voiceCategory="
+
(
campaign
.
_voiceCategory
as!
String
)
+
"&dataCategory="
+
(
campaign
.
_dataCategory
as!
String
)
+
"&minsValue="
+
(
campaign
.
_minsValue
as!
String
)
+
"&dataValue="
+
(
campaign
.
_dataValue
as!
String
)
+
"&provStepValueMins="
+
(
campaign
.
_provStepValueMins
as!
String
)
+
"&offerName="
+
(
campaign
.
_offerName
)
+
"&productType="
+
(
campaign
.
_productType
)
+
"&provDuration="
+
(
campaign
.
_provDuration
)
+
"&noOfRecurrance="
+
(
campaign
.
_noOfRecurrance
)
+
"&price="
+
(
campaign
.
_price
)
+
"&discount="
+
(
campaign
.
_discount
)
+
"&voiceCategory="
+
(
campaign
.
_voiceCategory
)
+
"&dataCategory="
+
(
campaign
.
_dataCategory
)
+
"&minsValue="
+
(
campaign
.
_minsValue
)
+
"&dataValue="
+
(
campaign
.
_dataValue
)
+
"&provStepValueMins="
+
(
campaign
.
_provStepValueMins
)
+
"&UACIOfferTrackingCode="
+
"&MSISDN="
+
"&OFFERCODE1="
...
...
@@ -1405,19 +1405,19 @@ public class swiftApi {
+
"&refresh_token="
+
(
campaignInfo
?[
"refresh_token"
]
as!
String
)
+
"&client_id="
+
(
campaignInfo
?[
"client_id"
]
as!
String
)
+
"&client_secret="
+
(
campaignInfo
?[
"client_secret"
]
as!
String
)
+
"&Session_ID="
+
(
ccmsCampaign
.
_sessionId
as!
String
)
+
"&Session_ID="
+
(
ccmsCampaign
.
_sessionId
)
+
"&businessService="
+
"&offerName="
+
(
ccmsCampaign
.
_offerName
as!
String
)
+
"&productType="
+
(
ccmsCampaign
.
_productType
as!
String
)
+
"&provDuration="
+
(
ccmsCampaign
.
_provDuration
as!
String
)
+
"&noOfRecurrance="
+
(
ccmsCampaign
.
_noOfRecurrance
as!
String
)
+
"&price="
+
(
ccmsCampaign
.
_price
as!
String
)
+
"&discount="
+
(
ccmsCampaign
.
_discount
as!
String
)
+
"&voiceCategory="
+
(
ccmsCampaign
.
_voiceCategory
as!
String
)
+
"&dataCategory="
+
(
ccmsCampaign
.
_dataCategory
as!
String
)
+
"&minsValue="
+
(
ccmsCampaign
.
_minsValue
as!
String
)
+
"&dataValue="
+
(
ccmsCampaign
.
_dataValue
as!
String
)
+
"&provStepValueMins="
+
(
ccmsCampaign
.
_provStepValueMins
as!
String
)
+
"&offerName="
+
(
ccmsCampaign
.
_offerName
)
+
"&productType="
+
(
ccmsCampaign
.
_productType
)
+
"&provDuration="
+
(
ccmsCampaign
.
_provDuration
)
+
"&noOfRecurrance="
+
(
ccmsCampaign
.
_noOfRecurrance
)
+
"&price="
+
(
ccmsCampaign
.
_price
)
+
"&discount="
+
(
ccmsCampaign
.
_discount
)
+
"&voiceCategory="
+
(
ccmsCampaign
.
_voiceCategory
)
+
"&dataCategory="
+
(
ccmsCampaign
.
_dataCategory
)
+
"&minsValue="
+
(
ccmsCampaign
.
_minsValue
)
+
"&dataValue="
+
(
ccmsCampaign
.
_dataValue
)
+
"&provStepValueMins="
+
(
ccmsCampaign
.
_provStepValueMins
)
+
"&UACIOfferTrackingCode="
+
"&MSISDN="
+
"&OFFERCODE1="
...
...
Please
register
or
login
to post a comment