This commit is contained in:
Marcus Moore
2025-12-01 14:23:33 -08:00
parent cba963110e
commit 27291f9ee9

View File

@@ -74,6 +74,11 @@ class CheckoutablesCheckedOutInBulkListener
// @todo: how to handle assets having eula?
// todo: add from CheckoutableListener:
// if ($this->checkoutableCategoryShouldSendEmail($checkoutable)) {
// return true;
// }
return $this->requiresAcceptance($assets);
}