Skip to content

Commit 7bd81ec

Browse files
committed
Move HKVPAv1 to the correct directory
1 parent ae708dc commit 7bd81ec

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22

3-
namespace Fhp\Segment\VPP;
3+
namespace Fhp\Segment\VPA;
44

55
use Fhp\Segment\BaseSegment;
66
use Fhp\Syntax\Bin;
@@ -14,4 +14,4 @@
1414
class HKVPAv1 extends BaseSegment
1515
{
1616
public Bin $vopId;
17-
}
17+
}

lib/Fhp/Segment/VPP/ErgebnisVopPruefungEinzeltransaktion.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ class ErgebnisVopPruefungEinzeltransaktion extends BaseDeg
1818
public string $vopPruefergebnis;
1919

2020
public ?string $grundRVNA = null;
21-
}
21+
}

lib/Fhp/Segment/VPP/HIVPPv1.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,4 @@ class HIVPPv1 extends BaseSegment
3030

3131
// This value is in seconds
3232
public ?int $wartezeitVorNaechsterAbfrage = null;
33-
}
33+
}

lib/Fhp/Segment/VPP/HKVPPv1.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ public static function createEmpty(): static
2929
$hkvpp->unterstuetztePaymentStatusReports = new UnterstuetztePaymentStatusReportsV1();
3030
return $hkvpp;
3131
}
32-
}
32+
}

0 commit comments

Comments
 (0)