Skip to content

Commit

Permalink
Merge pull request #1141 from shopware/adr-reference-update
Browse files Browse the repository at this point in the history
Update Architecture Decision Records
  • Loading branch information
Isengo1989 authored Oct 17, 2023
2 parents dd3196d + ff6c3e0 commit d880dc2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ class OrderStorer implements FlowStorer
}
```

About the additional data defined in `availabelData` in original events, that aren't defined in any Aware Interfaces and we can't restore that data in the `Storer`.
About the additional data defined in `availableData` in original events, that aren't defined in any Aware Interfaces and we can't restore that data in the `Storer`.
To cover the additional data from original events, we will have another `store` `AdditionalStorer` to store those data.

```php
Expand Down

0 comments on commit d880dc2

Please sign in to comment.