Skip to content

Commit

Permalink
Merge pull request #2 from ucraft-com/feature/COMMERCE-7387
Browse files Browse the repository at this point in the history
[COMMERCE-7387, COMMERCE-7386] The rental category should be separate…
  • Loading branch information
arsen-melkonyan authored Jul 2, 2024
2 parents 6348d23 + 3e72c1b commit ba073a7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/BulkProcessExecutor/Enums/Entity.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,6 @@ enum Entity: int
case BOOKING = 15;
case EVENT_CATEGORY = 16;
case BOOKING_CATEGORY = 17;
case RENTAL = 18;
case RENTAL_CATEGORY = 19;
}

0 comments on commit ba073a7

Please sign in to comment.