Skip to content

Conversation

@memoworker
Copy link

When you have a order in Shopware with only digital products there will be no order delivery.
Therefore the transaction webhook will fail and throw a manual task which cannot be resolved by the admin.

*/
$orderDelivery = $order->getDeliveries()->last();

if (is_null($orderDelivery)) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hello,
We no longer support version 6.5. However, this issue has already been fixed in the later releases (6.6 and 6.7). We recommend upgrading to one of those versions.

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.

2 participants