Skip to content

Commit 5da7363

Browse files
MartinMystikJonasf3l1x
authored andcommitted
Fixed getInitRecurringId()
1 parent d345063 commit 5da7363

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Entity/RecurringPayment.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,9 @@ public static function of(
3737
return $p;
3838
}
3939

40-
public function getInitRecurringId(): int
40+
public function getInitRecurringId(): string
4141
{
42-
return $this->price;
42+
return $this->initRecurringId;
4343
}
4444

4545
/**

0 commit comments

Comments
 (0)