Adyen / adyen-magento2

Adyen Payment plugin for Magento2
MIT License
150 stars 196 forks source link

Parse error: syntax error, unexpected ')', expecting variable (T_VARIABLE) in /var/www/html/magento2422/app/code/Adyen/Payment/Helper/Webhook/WebhookHandlerFactory.php on line 62 #2619

Closed AaryanSinghVision closed 1 month ago

AaryanSinghVision commented 1 month ago

Parse error: syntax error, unexpected ')', expecting variable (T_VARIABLE) in /var/www/html/magento2422/app/code/Adyen/Payment/Helper/Webhook/WebhookHandlerFactory.php on line 62 PHP Parse error: syntax error, unexpected ')', expecting variable (T_VARIABLE) in /var/www/html/magento2422/app/code/Adyen/Payment/Helper/Webhook/WebhookHandlerFactory.php on line 62 [sudo] password for admink: PHP Parse error: syntax error, unexpected ')', expecting variable (T_VARIABLE) in /var/www/html/magento2422/app/code/Adyen/Payment/Helper/Webhook/WebhookHandlerFactory.php on line 62 PHP Parse error: syntax error, unexpected ')', expecting variable (T_VARIABLE) in /var/www/html/magento2422/app/code/Adyen/Payment/Helper/Webhook/WebhookHandlerFactory.php on line 62 PHP Parse error: syntax error, unexpected ')', expecting variable (T_VARIABLE) in /var/www/html/magento2422/app/code/Adyen/Payment/Helper/Webhook/WebhookHandlerFactory.php on line 62 PHP Parse error: syntax error, unexpected ')', expecting variable (T_VARIABLE) in /var/www/html/magento2422/app/code/Adyen/Payment/Helper/Webhook/WebhookHandlerFactory.php on line 62

RokPopov commented 1 month ago

Hi @AaryanSinghVision,

Thank you for reporting this issue. Could you please provide additional information, such as the plugin and the Magneto platform versions and description of the flow that results in this error?

Thank you in advance,

Kind regards, Rok

tuyennn commented 1 month ago

@RokPopov apparently the last comma from https://github.com/Adyen/adyen-magento2/blob/develop/Helper/Webhook/WebhookHandlerFactory.php#L61 was causing the problem

RokPopov commented 1 month ago

Hi @tuyennn, thank you for introducing the fix!