Skip to content

Commit 2964966

Browse files
authored
[ECP-9852] Remove the helper function declaration from the interface (#3129)
1 parent 81ef8d5 commit 2964966

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

Api/Data/NotificationInterface.php

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -234,9 +234,4 @@ public function getUpdatedAt(): ?string;
234234
* @return NotificationInterface
235235
*/
236236
public function setUpdatedAt(string $timestamp): NotificationInterface;
237-
238-
/**
239-
* @return string|null
240-
*/
241-
public function getFormattedAmountCurrency(): ?string;
242237
}

0 commit comments

Comments
 (0)