Skip to content

Commit 748fa57

Browse files
Merge pull request #132 from TransactionProcessing/task/#126_eventsizereduction
Minor config update
2 parents 00a3a46 + d77e026 commit 748fa57

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

TransactionProcessor/appsettings.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,10 @@
3131
"ClientId": "serviceClient",
3232
"ClientSecret": "d192cbc46d834d0da90e8a9d50ded543",
3333
"EventHandlerConfiguration": {
34-
"TransactionProcessor.Transaction.DomainEvents.TransactionHasBeenCompletedEvent": [
34+
"TransactionHasBeenCompletedEvent": [
3535
"TransactionProcessor.BusinessLogic.EventHandling.TransactionDomainEventHandler,TransactionProcessor.BusinessLogic"
3636
],
37-
"TransactionProcessor.Transaction.DomainEvents.CustomerEmailReceiptRequestedEvent": [
37+
"CustomerEmailReceiptRequestedEvent": [
3838
"TransactionProcessor.BusinessLogic.EventHandling.TransactionDomainEventHandler,TransactionProcessor.BusinessLogic"
3939
]
4040
}

0 commit comments

Comments
 (0)