Skip to content

Commit 0c0b0df

Browse files
author
Eric Urban
committed
resolve issue 43
1 parent 073d425 commit 0c0b0df

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

samples/V11/CampaignManagementHelper.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1585,7 +1585,7 @@ static function OutputProductPartition($criterion)
15851585
{
15861586
print("Condition:\n");
15871587
printf("Operand: %s\n", $criterion->Condition->Operand);
1588-
printf("Attribute: %s\n", isset($criterion->Condition->Attribute) ?? null);
1588+
printf("Attribute: %s\n", $criterion->Condition->Attribute);
15891589
}
15901590
}
15911591
}
@@ -1618,7 +1618,7 @@ static function OutputWebpage($criterion)
16181618
foreach ($criterion->Parameter->Conditions->WebpageCondition as $webpageCondition)
16191619
{
16201620
printf("Operand: %s\n", $webpageCondition->Operand);
1621-
printf("Attribute: %s\n", isset($webpageCondition->Attribute) ?? null);
1621+
printf("Argument: %s\n", $webpageCondition->Argument);
16221622
}
16231623
}
16241624
}

0 commit comments

Comments
 (0)