Skip to content

Commit

Permalink
fix: correct the transaction event topic name
Browse files Browse the repository at this point in the history
  • Loading branch information
iloveagent57 committed Jun 27, 2024
1 parent 0df140a commit e9a87e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion enterprise_subsidy/settings/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -379,7 +379,7 @@ def root(*path_fragments):
ALLOCATION_PRICE_VALIDATION_UPPER_BOUND_RATIO = 1.20

# Kafka and event broker settings
TRANSACTION_LIFECYCLE_TOPIC = "enterprise-subsidy-ledger-transaction-lifecycle"
TRANSACTION_LIFECYCLE_TOPIC = "enterprise-subsidies-transaction-lifecycle"
TRANSACTION_CREATED_EVENT_NAME = "org.openedx.enterprise.subsidy_ledger_transaction.created.v1"
TRANSACTION_COMMITTED_EVENT_NAME = "org.openedx.enterprise.subsidy_ledger_transaction.committed.v1"
TRANSACTION_FAILED_EVENT_NAME = "org.openedx.enterprise.subsidy_ledger_transaction.failed.v1"
Expand Down

0 comments on commit e9a87e5

Please sign in to comment.