Details
-
Type: Bug
-
Status: Closed
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: Artemis
-
Fix Version/s: Artemis
-
Component/s: None
-
Labels:None
-
Environment:
deployment-api-war-1.0.2-BETA9.war
-
Sprint:Sprint 4
Description
Order gets deployed having duplicate AD ids
Steps:
1.Deploy an order having duplicate Ads IDs
{
"merchantUuid": "f69e1372-eec0-4ca8-8328-3b9d9f66254f",
"primaryDestinationUrl": "http://www.testing.com",
"campaignList": [ {
"baId": 152110,
"locationId": 400014,
"distribution": "YAHOO_JAPAN",
"destinationUrl": "http://www.testing.com",
"displayUrl": "http://www.testing.com",
"ads": [
{
"id": "ae07acac-bf90-451c-813d-7ebec30d3c26",
"headline": "
",
"description1": "利用人数に合わせて会議室をチョイス",
"description2": "東京都の貸し会議室"
},
,
{
"id": "ae07acac-bf90-451c-813d-7ebec30d3c26",
"headline": "
",
"description1": "人数や使用目的に合ったスペースを提供",
"description2": "東京都の会議スペース"
},
]
}],
"distributionBudgets": [
{ "monthlyBudget": 460, "distribution": "YAHOO_JAPAN" } ],
"callExtension" : {
"countryCode" : "JP",
"phoneNumber" : "0120-231-123"
},
"siteLinks" : [
{
"linkText" : "rise7" ,
"url" : "http://www.riseedi7t.com"
}
,
{
"linkText" : "rise6" ,
"url" : "http://www.riseedit6.com"
}
]
}
Actual result:
Order gets deployed, it shows single Ads.
Expected result:
Order shouldn't deploy if it has duplicate Ads IDS - it should response message saying duplicate Ads Ids.