diff --git a/modules/ubercart/src/Plugin/migrate/destination/CommercePayment.php b/modules/ubercart/src/Plugin/migrate/destination/CommercePayment.php index fc8f518..eefd8a8 100644 --- a/modules/ubercart/src/Plugin/migrate/destination/CommercePayment.php +++ b/modules/ubercart/src/Plugin/migrate/destination/CommercePayment.php @@ -93,6 +93,7 @@ class CommercePayment extends EntityContentBase { $ids = $query ->condition('order_id', $order_id) ->sort('payment_id') + ->accessCheck(FALSE) ->execute(); $payments = $this->entityTypeManager->getStorage('commerce_payment')->loadMultiple($ids);