- Issue created by @alex.bukach
- 🇨🇾Cyprus alex.bukach
Neither
$status
nor$payment_gateway
are used in the function sop it is safe to simply remove them.
We are getting a warning:
Warning: Undefined property: Drupal\commerce_payment\Entity\PaymentGateway::$value in Drupal\quivers\EventSubscriber\OrderCompleteSubscriber->onOrderPaid() (line 61 of docroot/modules/contrib/quivers/src/EventSubscriber/OrderCompleteSubscriber.php)
Make any order paid and check the logs.
Rework code to avoid the issue.
Active
9.2
Code
Neither $status
nor $payment_gateway
are used in the function sop it is safe to simply remove them.