Skip to content

Commit

Permalink
PaymentInterface: Add description.
Browse files Browse the repository at this point in the history
  • Loading branch information
janbarasek committed Sep 12, 2022
1 parent 6878d22 commit 818f56b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/DTO/PaymentInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ public function getName(): string;

public function getCode(): string;

public function getDescription(): ?string;

/** @return numeric-string */
public function getPrice(): string;

Expand Down

0 comments on commit 818f56b

Please sign in to comment.