We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
cancelled
1 parent d657bfa commit 099a8b4Copy full SHA for 099a8b4
tests/ConvertKitAPITest.php
@@ -2450,7 +2450,7 @@ public function testCreateSubscriberWithFirstName()
2450
*/
2451
public function testCreateSubscriberWithSubscriberState()
2452
{
2453
- $subscriberState = 'inactive';
+ $subscriberState = 'cancelled';
2454
$emailAddress = $this->generateEmailAddress();
2455
$result = $this->api->create_subscriber(
2456
email_address: $emailAddress,
0 commit comments