Showing
1 changed file
with
24 additions
and
24 deletions
... | @@ -1362,19 +1362,19 @@ public class swiftApi { | ... | @@ -1362,19 +1362,19 @@ public class swiftApi { |
1362 | + "&refresh_token=" + (campaignInfo?["refresh_token"] as! String) | 1362 | + "&refresh_token=" + (campaignInfo?["refresh_token"] as! String) |
1363 | + "&client_id=" + (campaignInfo?["client_id"] as! String) | 1363 | + "&client_id=" + (campaignInfo?["client_id"] as! String) |
1364 | + "&client_secret=" + (campaignInfo?["client_secret"] as! String) | 1364 | + "&client_secret=" + (campaignInfo?["client_secret"] as! String) |
1365 | - + "&Session_ID=" + sessionId // (campaign._sessionId as! String) | 1365 | + + "&Session_ID=" + sessionId // (campaign._sessionId) |
1366 | + "&businessService=" | 1366 | + "&businessService=" |
1367 | - + "&offerName=" + (campaign._offerName as! String) | 1367 | + + "&offerName=" + (campaign._offerName) |
1368 | - + "&productType=" + (campaign._productType as! String) | 1368 | + + "&productType=" + (campaign._productType) |
1369 | - + "&provDuration=" + (campaign._provDuration as! String) | 1369 | + + "&provDuration=" + (campaign._provDuration) |
1370 | - + "&noOfRecurrance="+ (campaign._noOfRecurrance as! String) | 1370 | + + "&noOfRecurrance=" + (campaign._noOfRecurrance) |
1371 | - + "&price=" + (campaign._price as! String) | 1371 | + + "&price=" + (campaign._price) |
1372 | - + "&discount=" + (campaign._discount as! String) | 1372 | + + "&discount=" + (campaign._discount) |
1373 | - + "&voiceCategory=" + (campaign._voiceCategory as! String) | 1373 | + + "&voiceCategory=" + (campaign._voiceCategory) |
1374 | - + "&dataCategory="+ (campaign._dataCategory as! String) | 1374 | + + "&dataCategory=" + (campaign._dataCategory) |
1375 | - + "&minsValue="+ (campaign._minsValue as! String) | 1375 | + + "&minsValue=" + (campaign._minsValue) |
1376 | - + "&dataValue="+ (campaign._dataValue as! String) | 1376 | + + "&dataValue=" + (campaign._dataValue) |
1377 | - + "&provStepValueMins=" + (campaign._provStepValueMins as! String) | 1377 | + + "&provStepValueMins=" + (campaign._provStepValueMins) |
1378 | + "&UACIOfferTrackingCode=" | 1378 | + "&UACIOfferTrackingCode=" |
1379 | + "&MSISDN=" | 1379 | + "&MSISDN=" |
1380 | + "&OFFERCODE1=" | 1380 | + "&OFFERCODE1=" |
... | @@ -1405,19 +1405,19 @@ public class swiftApi { | ... | @@ -1405,19 +1405,19 @@ public class swiftApi { |
1405 | + "&refresh_token=" + (campaignInfo?["refresh_token"] as! String) | 1405 | + "&refresh_token=" + (campaignInfo?["refresh_token"] as! String) |
1406 | + "&client_id=" + (campaignInfo?["client_id"] as! String) | 1406 | + "&client_id=" + (campaignInfo?["client_id"] as! String) |
1407 | + "&client_secret=" + (campaignInfo?["client_secret"] as! String) | 1407 | + "&client_secret=" + (campaignInfo?["client_secret"] as! String) |
1408 | - + "&Session_ID=" + (ccmsCampaign._sessionId as! String) | 1408 | + + "&Session_ID=" + (ccmsCampaign._sessionId) |
1409 | + "&businessService=" | 1409 | + "&businessService=" |
1410 | - + "&offerName=" + (ccmsCampaign._offerName as! String) | 1410 | + + "&offerName=" + (ccmsCampaign._offerName) |
1411 | - + "&productType=" + (ccmsCampaign._productType as! String) | 1411 | + + "&productType=" + (ccmsCampaign._productType) |
1412 | - + "&provDuration=" + (ccmsCampaign._provDuration as! String) | 1412 | + + "&provDuration=" + (ccmsCampaign._provDuration) |
1413 | - + "&noOfRecurrance="+ (ccmsCampaign._noOfRecurrance as! String) | 1413 | + + "&noOfRecurrance=" + (ccmsCampaign._noOfRecurrance) |
1414 | - + "&price=" + (ccmsCampaign._price as! String) | 1414 | + + "&price=" + (ccmsCampaign._price) |
1415 | - + "&discount=" + (ccmsCampaign._discount as! String) | 1415 | + + "&discount=" + (ccmsCampaign._discount) |
1416 | - + "&voiceCategory=" + (ccmsCampaign._voiceCategory as! String) | 1416 | + + "&voiceCategory=" + (ccmsCampaign._voiceCategory) |
1417 | - + "&dataCategory="+ (ccmsCampaign._dataCategory as! String) | 1417 | + + "&dataCategory=" + (ccmsCampaign._dataCategory) |
1418 | - + "&minsValue="+ (ccmsCampaign._minsValue as! String) | 1418 | + + "&minsValue=" + (ccmsCampaign._minsValue) |
1419 | - + "&dataValue="+ (ccmsCampaign._dataValue as! String) | 1419 | + + "&dataValue=" + (ccmsCampaign._dataValue) |
1420 | - + "&provStepValueMins=" + (ccmsCampaign._provStepValueMins as! String) | 1420 | + + "&provStepValueMins=" + (ccmsCampaign._provStepValueMins) |
1421 | + "&UACIOfferTrackingCode=" | 1421 | + "&UACIOfferTrackingCode=" |
1422 | + "&MSISDN=" | 1422 | + "&MSISDN=" |
1423 | + "&OFFERCODE1=" | 1423 | + "&OFFERCODE1=" | ... | ... |
-
Please register or login to post a comment