Skip to content

Commit eff6681

Browse files
committed
V22.6.1 - 2022-06-02
1 parent 2559a2f commit eff6681

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

64 files changed

+64
-64
lines changed

src/ConstantContact/V3/Account/Emails.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ class Emails extends \PHPFUI\ConstantContact\Base
88
{
99
public function __construct(\PHPFUI\ConstantContact\Client $client)
1010
{
11-
parent::__construct($client, '/V3/account/emails');
11+
parent::__construct($client, '/v3/account/emails');
1212
}
1313

1414
/**

src/ConstantContact/V3/Account/Summary.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ class Summary extends \PHPFUI\ConstantContact\Base
88
{
99
public function __construct(\PHPFUI\ConstantContact\Client $client)
1010
{
11-
parent::__construct($client, '/V3/account/summary');
11+
parent::__construct($client, '/v3/account/summary');
1212
}
1313

1414
/**

src/ConstantContact/V3/Account/Summary/PhysicalAddress.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ class PhysicalAddress extends \PHPFUI\ConstantContact\Base
88
{
99
public function __construct(\PHPFUI\ConstantContact\Client $client)
1010
{
11-
parent::__construct($client, '/V3/account/summary/physical_address');
11+
parent::__construct($client, '/v3/account/summary/physical_address');
1212
}
1313

1414
/**

src/ConstantContact/V3/Account/User/Privileges.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ class Privileges extends \PHPFUI\ConstantContact\Base
88
{
99
public function __construct(\PHPFUI\ConstantContact\Client $client)
1010
{
11-
parent::__construct($client, '/V3/account/user/privileges');
11+
parent::__construct($client, '/v3/account/user/privileges');
1212
}
1313

1414
/**

src/ConstantContact/V3/Activities.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ class Activities extends \PHPFUI\ConstantContact\Base
88
{
99
public function __construct(\PHPFUI\ConstantContact\Client $client)
1010
{
11-
parent::__construct($client, '/V3/activities');
11+
parent::__construct($client, '/v3/activities');
1212
}
1313

1414
/**

src/ConstantContact/V3/Activities/AddListMemberships.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ class AddListMemberships extends \PHPFUI\ConstantContact\Base
88
{
99
public function __construct(\PHPFUI\ConstantContact\Client $client)
1010
{
11-
parent::__construct($client, '/V3/activities/add_list_memberships');
11+
parent::__construct($client, '/v3/activities/add_list_memberships');
1212
}
1313

1414
/**

src/ConstantContact/V3/Activities/ContactDelete.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ class ContactDelete extends \PHPFUI\ConstantContact\Base
88
{
99
public function __construct(\PHPFUI\ConstantContact\Client $client)
1010
{
11-
parent::__construct($client, '/V3/activities/contact_delete');
11+
parent::__construct($client, '/v3/activities/contact_delete');
1212
}
1313

1414
/**

src/ConstantContact/V3/Activities/ContactExports.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ class ContactExports extends \PHPFUI\ConstantContact\Base
88
{
99
public function __construct(\PHPFUI\ConstantContact\Client $client)
1010
{
11-
parent::__construct($client, '/V3/activities/contact_exports');
11+
parent::__construct($client, '/v3/activities/contact_exports');
1212
}
1313

1414
/**

src/ConstantContact/V3/Activities/ContactsFileImport.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ class ContactsFileImport extends \PHPFUI\ConstantContact\Base
88
{
99
public function __construct(\PHPFUI\ConstantContact\Client $client)
1010
{
11-
parent::__construct($client, '/V3/activities/contacts_file_import');
11+
parent::__construct($client, '/v3/activities/contacts_file_import');
1212
}
1313

1414
/**

src/ConstantContact/V3/Activities/ContactsJsonImport.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ class ContactsJsonImport extends \PHPFUI\ConstantContact\Base
88
{
99
public function __construct(\PHPFUI\ConstantContact\Client $client)
1010
{
11-
parent::__construct($client, '/V3/activities/contacts_json_import');
11+
parent::__construct($client, '/v3/activities/contacts_json_import');
1212
}
1313

1414
/**

0 commit comments

Comments
 (0)