Skip to content

Commit d54f6d9

Browse files
HP-1631: added all customer states into CustomerState
1 parent 302f89d commit d54f6d9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/customer/CustomerState.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,10 @@
44

55
enum CustomerState: string
66
{
7+
case BLOCKED = 'blocked';
78
case DELETED = 'deleted';
9+
case NEW = 'new';
10+
case OK = 'ok';
811

912
public static function isDeleted(CustomerInterface $customer): bool
1013
{

0 commit comments

Comments
 (0)