Skip to content

Commit fdce49d

Browse files
author
Pascal Baljet
committed
2 parents c5c999b + 9d793a6 commit fdce49d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Api/HandlesSubscriptionUsers.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ trait HandlesSubscriptionUsers
1010
public function listUsers(array $data = [])
1111
{
1212
return new Request('/2.0/subscription/users', $data, [
13-
'state' => 'required|in:active,past_due,trialling,deleted,paused',
13+
'state' => 'in:active,past_due,trialling,deleted,paused',
1414
]);
1515
}
1616

0 commit comments

Comments
 (0)