We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 00a3a46 + d77e026 commit 748fa57Copy full SHA for 748fa57
1 file changed
TransactionProcessor/appsettings.json
@@ -31,10 +31,10 @@
31
"ClientId": "serviceClient",
32
"ClientSecret": "d192cbc46d834d0da90e8a9d50ded543",
33
"EventHandlerConfiguration": {
34
- "TransactionProcessor.Transaction.DomainEvents.TransactionHasBeenCompletedEvent": [
+ "TransactionHasBeenCompletedEvent": [
35
"TransactionProcessor.BusinessLogic.EventHandling.TransactionDomainEventHandler,TransactionProcessor.BusinessLogic"
36
],
37
- "TransactionProcessor.Transaction.DomainEvents.CustomerEmailReceiptRequestedEvent": [
+ "CustomerEmailReceiptRequestedEvent": [
38
39
]
40
}
0 commit comments