Skip to content

Commit 2b599c1

Browse files
HP-2651: Use billing registry in Price creation UI to render unit dropdown (#106)
* HP-2651: Use billing registry in Price creation UI to render unit dropdown * HP-2651: added FractionUnit::equals() method
1 parent 2f5715a commit 2b599c1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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

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

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

9+
public function label(): string;
10+
11+
public function equals(FractionUnitInterface $other): bool;
812
}

0 commit comments

Comments
 (0)