Loading src/Plugin/Commerce/PaymentGateway/Echeck.php +1 −1 Original line number Diff line number Diff line Loading @@ -232,7 +232,7 @@ class Echeck extends OnsiteBase implements EcheckInterface { $payment_storage = $this->entityTypeManager->getStorage('commerce_payment'); $payment_ids = $payment_storage->getQuery() ->condition('state', 'pending') ->condition('remote_id', $remote_ids) ->condition('remote_id', $remote_ids, 'IN') ->execute(); if ($payment_ids) { $payments = $payment_storage->loadMultiple($payment_ids); Loading Loading
src/Plugin/Commerce/PaymentGateway/Echeck.php +1 −1 Original line number Diff line number Diff line Loading @@ -232,7 +232,7 @@ class Echeck extends OnsiteBase implements EcheckInterface { $payment_storage = $this->entityTypeManager->getStorage('commerce_payment'); $payment_ids = $payment_storage->getQuery() ->condition('state', 'pending') ->condition('remote_id', $remote_ids) ->condition('remote_id', $remote_ids, 'IN') ->execute(); if ($payment_ids) { $payments = $payment_storage->loadMultiple($payment_ids); Loading