Skip to content

Commit b128ccb

Browse files
HP-2651: Use billing registry in Price creation UI to render unit dropdown
1 parent e28267a commit b128ccb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/product/Domain/Model/Unit/FractionUnitInterface.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,7 @@
44

55
interface FractionUnitInterface
66
{
7+
public function name(): string;
78

9+
public function label(): string;
810
}

0 commit comments

Comments
 (0)