Skip to content

Commit

Permalink
Fixed getInitRecurringId()
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinMystikJonas authored and f3l1x committed Sep 12, 2023
1 parent d345063 commit 5da7363
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Entity/RecurringPayment.php
Expand Up @@ -37,9 +37,9 @@ public static function of(
return $p;
}

public function getInitRecurringId(): int
public function getInitRecurringId(): string
{
return $this->price;
return $this->initRecurringId;
}

/**
Expand Down

0 comments on commit 5da7363

Please sign in to comment.