We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8866746 commit 7405d7cCopy full SHA for 7405d7c
src/Payout.php
@@ -15,7 +15,7 @@ class Payout implements PayoutInterface, \JsonSerializable
15
16
public function __construct(string $merchantPayoutReference = null)
17
{
18
- $this->$merchantPayoutReference = $merchantPayoutReference;
+ $this->merchantPayoutReference = $merchantPayoutReference;
19
}
20
21
/** @inheritdoc */
0 commit comments