Skip to content

Commit

Permalink
updated test data
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Anderson committed Dec 16, 2024
1 parent c9860bd commit c460554
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"serviceHeader": {
"sourceSystem": "CDS",
"sourceSystem": "BTMS",
"destinationSystem": "ALVS",
"correlationId": "20",
"serviceCallTimestamp": 1619550176000
Expand Down
2 changes: 1 addition & 1 deletion Btms.Model/Movement.cs
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ public void Update(AuditEntry auditEntry)

public bool MergeDecision(string path, AlvsClearanceRequest clearanceRequest)
{
if (clearanceRequest.ServiceHeader?.SourceSystem == "Btms")
if (clearanceRequest.ServiceHeader?.SourceSystem == "BTMS")
{
foreach (var item in clearanceRequest.Items!)
{
Expand Down

0 comments on commit c460554

Please sign in to comment.