-
Notifications
You must be signed in to change notification settings - Fork 55
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #230 from plivo/SMS-4994-update-campaign-sdk
Update Campaign DotNet SDK
- Loading branch information
Showing
9 changed files
with
198 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
38 changes: 38 additions & 0 deletions
38
tests_netcore/Plivo.NetCore.Test/Mocks/campaignUpdateResponse.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
{ | ||
"api_id": "71aa47e0-3750-11ec-8e4c-0242ac110002", | ||
"campaign": { | ||
"campaign_id": "CCMZZOS", | ||
"registration_status": "PROCESSING", | ||
"reseller_id": "", | ||
"brand_id": "B4TE2AH", | ||
"usecase": "LOW_VOLUME", | ||
"sub_usecase": "DELIVERY_NOTIFICATION", | ||
"mno_metadata": { | ||
"AT&T": { | ||
"tpm": 75 | ||
}, | ||
"T-Mobile": { | ||
"brand_tier": "TOP" | ||
}, | ||
"US Cellular": { | ||
"tpm": 75 | ||
}, | ||
"Verizon Wireless": { | ||
"tpm": 75 | ||
} | ||
}, | ||
"sample1": "Sample 1", | ||
"sample2": "Sample 2", | ||
"description": "Campaign", | ||
"campaign_attributes": { | ||
"embedded_link": false, | ||
"embedded_phone": false, | ||
"age_gated": false, | ||
"direct_lending": false, | ||
"subscriber_optin": false, | ||
"subscriber_optout": false, | ||
"subscriber_help": false, | ||
"affiliate_marketing": false | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters