You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/ConstantContact/Definition/CrossReference.php
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -6,8 +6,8 @@ class CrossReference extends \PHPFUI\ConstantContact\Definition\Base
6
6
{
7
7
/**
8
8
* @var string $v2_email_campaign_id Identifies an email campaign in the V2 API.
9
-
* @var PHPFUI\ConstantContact\UUID $campaign_id <p>Identifies a campaign in the V3 API. In the V3 API, each campaign contains one or more activities. For more information, see <a href="/api_guide/v3_v2_email_campaign_deltas.html" target_"blank">V3 Email Campaign Resource Changes<a/>.<p>
10
-
* @var PHPFUI\ConstantContact\UUID $campaign_activity_id <p>Identifies a campaign activity in the V3 API. In the V3 API, each campaign contains one or more activities. Email type activities represent the detailed information in an email and contain properties like <code>from_email</code> and <code>from_name</code>. For more information, see <a href="/api_guide/v3_v2_email_campaign_deltas.html" target_"blank">V3 Campaign Resource Changes<a/>.<p>
9
+
* @var PHPFUI\ConstantContact\UUID $campaign_id <p>Identifies a campaign in the V3 API. In the V3 API, each campaign contains one or more activities. For more information, see <a href="https://v3.developer.constantcontact.com/api_guide/v3_v2_email_campaign_deltas.html" target_"blank">V3 Email Campaign Resource Changes</a>.<p>
10
+
* @var PHPFUI\ConstantContact\UUID $campaign_activity_id <p>Identifies a campaign activity in the V3 API. In the V3 API, each campaign contains one or more activities. Email type activities represent the detailed information in an email and contain properties like <code>from_email</code> and <code>from_name</code>. For more information, see <a href="https://v3.developer.constantcontact.com/api_guide/v3_v2_email_campaign_deltas.html" target_"blank">V3 Campaign Resource Changes</a>.<p>
Copy file name to clipboardExpand all lines: src/ConstantContact/V3/Account/Emails.php
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@ public function __construct(\PHPFUI\ConstantContact\Client $client)
18
18
*
19
19
* Use this method to return a collection of email addresses for the account
20
20
* associated with your access token. When you <a href="https://v3.developer.constantcontact.com/api_reference/index.html#!/Email_Campaigns/createEmailCampaignUsingPOST"
21
-
* target="_blank">Create an Email Campaign<a/>, you must use an account
21
+
* target="_blank">Create an Email Campaign</a>, you must use an account
22
22
* email address with a `CONFIRMED` status in the email campaign `from_email`
0 commit comments