PHP 8.4.6: Undefined array key “directdebit” in DeprecatedGatewayBuilder.php
-
Hi, after upgrading to PHP 8.4.6, I’m getting a constant
PHP Warning: Undefined array key "directdebit"
originating from/src/Gateway/DeprecatedGatewayBuilder.php
on line 59.It happens inside the
if ($isSepa)
block when trying to access$paymentMethods[Constants::DIRECTDEBIT]
(line 58), likely because the key isn’t always present. This seems more prominent with PHP 8+’s stricter error handling. Please investigate. Thanks!
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- You must be logged in to reply to this topic.