Skip to content

fix: remove invalid order.lineItems.calculatedPrices.taxes association - #156

Open
tobias-albrecht wants to merge 1 commit into
unzerdev:SW6.6from
tobias-albrecht:fix/order-line-item-calculated-prices-association
Open

fix: remove invalid order.lineItems.calculatedPrices.taxes association#156
tobias-albrecht wants to merge 1 commit into
unzerdev:SW6.6from
tobias-albrecht:fix/order-line-item-calculated-prices-association

Conversation

@tobias-albrecht

Copy link
Copy Markdown

OrderLineItemEntity has no calculatedPrices field. Requesting it via addAssociation() on the order transaction criteria in UnzerTransactionUtil and AbstractUnzerPaymentHandler always fails to resolve and Shopware logs a warning on every call:

Criteria association "calculatedPrices" could not be resolved.
Double check your Criteria!

OrderLineItemEntity has no `calculatedPrices` field. Requesting
it via addAssociation() on the order transaction criteria in
UnzerTransactionUtil and AbstractUnzerPaymentHandler always fails to
resolve and Shopware logs a warning on every call:

  Criteria association "calculatedPrices" could not be resolved.
  Double check your Criteria!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

1 participant