Skip to content

Commit

Permalink
Update InitializeMeteredDataForMeasurementPointHandler.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
MWO1024 authored Dec 17, 2024
1 parent acc229e commit 1aa278e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ await _outgoingMessagesClient.EnqueueAndCommitAsync(
new MeteredDataForMeasurementPointMessageProcessDto(
EventId.From(Guid.NewGuid()),
marketMessage.MessageId.Contains("perf_test")
? new Actor(ActorNumber.Create("579000282425"), ActorRole.EnergySupplier)
? new Actor(ActorNumber.Create("5790000282425"), ActorRole.EnergySupplier)
: new Actor(ActorNumber.Create("8100000000115"), ActorRole.EnergySupplier),
BusinessReason.FromCode(marketMessage.BusinessReason),
MessageId.Create(marketMessage.MessageId),
Expand Down

0 comments on commit 1aa278e

Please sign in to comment.