Skip to content

Commit 27291f9

Browse files
committed
Add todo
1 parent cba9631 commit 27291f9

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

app/Listeners/CheckoutablesCheckedOutInBulkListener.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,11 @@ private function shouldSendCheckoutEmailToUser(?User $user, Collection $assets):
7474

7575
// @todo: how to handle assets having eula?
7676
77+
// todo: add from CheckoutableListener:
78+
// if ($this->checkoutableCategoryShouldSendEmail($checkoutable)) {
79+
// return true;
80+
// }
81+
7782
return $this->requiresAcceptance($assets);
7883
}
7984

0 commit comments

Comments
 (0)