Skip to content

Commit ce0639a

Browse files
add missing subscriptions
1 parent 4ef7b80 commit ce0639a

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

TransactionProcessor.IntegrationTesting.Helpers/SubscriptionsHelper.cs

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,13 @@ public static class SubscriptionsHelper
1919
("$ce-SettlementAggregate", "Transaction Processor", 0),
2020
("$ce-TransactionAggregate", "Transaction Processor", 0),
2121

22+
// Domain Only
23+
("$ce-FloatAggregate", "Transaction Processor - Domain", 0),
24+
("$ce-TransactionAggregate", "Transaction Processor - Domain", 0),
25+
("$ce-SettlementAggregate", "Transaction Processor - Domain", 0),
26+
("$ce-CallbackMessageAggregate", "Transaction Processor - Domain", 0),
27+
("$ce-MerchantStatementAggregate", "Transaction Processor - Domain", 0),
28+
2229
// Ordered
2330
("$ce-MerchantAggregate", "Transaction Processor - Ordered", 2),
2431
("$ce-MerchantStatementAggregate", "Transaction Processor - Ordered", 0),

0 commit comments

Comments
 (0)