Add todos

This commit is contained in:
Marcus Moore
2025-10-21 13:22:41 -07:00
parent 2aee14a800
commit 41efda5f82
2 changed files with 5 additions and 1 deletions

View File

@@ -30,6 +30,8 @@ class CheckoutablesCheckedOutInBulkListener
));
}
// @todo: check CheckoutableListener::onCheckedOut() for implementation
// @todo: create and attach acceptance? Might be handled in CheckoutableListener::getCheckoutAcceptance() already.
}
}

View File

@@ -36,7 +36,9 @@ class BulkCheckoutEmailTest extends TestCase
{
// 'User has email address set
// 'User does not have address set'
// 'CC email is set'
// 'CC email is set and acceptance is not null (shouldSendEmailToAlertAddress())'
// 'CC email is set and acceptance is null (admin_cc_always setting)'
//
// 'webhook is set'
}