Skip to content
This repository was archived by the owner on Nov 9, 2024. It is now read-only.
This repository was archived by the owner on Nov 9, 2024. It is now read-only.

consider handlers that modify state outside the database. #56

@github-actions

Description

@github-actions

e.g. what happens when a handler updates a search index etc...


* TODO: consider handlers that modify state outside the database.
* e.g. what happens when a handler updates a search index etc...
*/
$this->connection->transactional(function () use ($event, $handlers) {
foreach ($handlers as $handler) {
$handler->handleStripeEvent($event);


This issue was generated by todo-issue based on a TODO comment in 7b764c2. It's been assigned to @HellPat because they committed the code.

Metadata

Metadata

Assignees

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions