Skip to content

Commit 7405d7c

Browse files
authored
fixed payout error
1 parent 8866746 commit 7405d7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Payout.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ class Payout implements PayoutInterface, \JsonSerializable
1515

1616
public function __construct(string $merchantPayoutReference = null)
1717
{
18-
$this->$merchantPayoutReference = $merchantPayoutReference;
18+
$this->merchantPayoutReference = $merchantPayoutReference;
1919
}
2020

2121
/** @inheritdoc */

0 commit comments

Comments
 (0)