mirror of
https://github.com/DanielnetoDotCom/YouPHPTube
synced 2025-10-03 01:39:24 +02:00
Fix variable assignment in afterDonation method to correctly reference extraParameters
This commit is contained in:
parent
be3b379d60
commit
c00a0b068b
1 changed files with 1 additions and 1 deletions
|
@ -1007,7 +1007,7 @@ class YPTWallet extends PluginAbstract
|
|||
|
||||
public function afterDonation($from_users_id, $how_much, $videos_id, $users_id, $extraParameters)
|
||||
{
|
||||
$$extraParameters = object_to_array($extraParameters);
|
||||
$extraParameters = object_to_array($extraParameters);
|
||||
$donation_notification_url = self::getDonationNotificationURL($users_id);
|
||||
$webhookSecret = self::getDonationNotificationSecret($users_id); // Get user's secret
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue