Skip to content

Commit

Permalink
Remove getCreditMemoId
Browse files Browse the repository at this point in the history
  • Loading branch information
Boyd Bueno de Mesquita committed Sep 30, 2022
1 parent 6ec1783 commit 4fb00e4
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions src/Entities/TransactionAllocation.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,6 @@
*/
final class TransactionAllocation extends Entity
{
/**
* @return string
*/
public function getCreditMemoId()
{
return $this->getAttribute('creditMemoId');
}

/**
* @return string
*/
Expand Down

0 comments on commit 4fb00e4

Please sign in to comment.