diff --git a/src/Components/PaymentHandler/AbstractUnzerPaymentHandler.php b/src/Components/PaymentHandler/AbstractUnzerPaymentHandler.php index dd10e2ab..93926b12 100755 --- a/src/Components/PaymentHandler/AbstractUnzerPaymentHandler.php +++ b/src/Components/PaymentHandler/AbstractUnzerPaymentHandler.php @@ -334,7 +334,6 @@ protected function fetchTransactionById(string $transactionId, Context $context) 'order.deliveries.shippingOrderAddress.country', 'order.lineItems.product.manufacturer', 'order.lineItems.cover.url', - 'order.lineItems.calculatedPrices.taxes', ]); $transactionSearchResult = $this->transactionRepository->search($transactionCriteria, $context); diff --git a/src/Components/UnzerUtil/UnzerTransactionUtil.php b/src/Components/UnzerUtil/UnzerTransactionUtil.php index 9b103dfe..ec464495 100644 --- a/src/Components/UnzerUtil/UnzerTransactionUtil.php +++ b/src/Components/UnzerUtil/UnzerTransactionUtil.php @@ -30,7 +30,6 @@ 'order.deliveries.shippingOrderAddress.country', 'order.lineItems.product.manufacturer', 'order.lineItems.cover.url', - 'order.lineItems.calculatedPrices.taxes', ]; public function __construct(