Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(pps): error in physical_properties when weight is null #641

Closed

Conversation

Mark-Ernst
Copy link
Contributor

No description provided.

@Mark-Ernst Mark-Ernst requested a review from a team as a code owner February 3, 2022 11:06
@@ -200,7 +200,6 @@ public function setFulfilment(): self
}

$deliveryOptions['shipmentOptions'] = $shipmentOptionsHelper->getShipmentOptions();
$deliveryOptions['date'] = $deliveryOptions['date'] ?? date('Y-m-d H:i:s');
Copy link
Contributor

Choose a reason for hiding this comment

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

Dit weghalen in deze pr leidt waarsch tot merge conflicten.


$orderLines->push($orderLine);
}

$order->setWeight($weight);
Copy link
Contributor

Choose a reason for hiding this comment

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

Deze functie bestaat bij mij niet, mogelijk is dat een wijziging in de sdk ergens (is dat zo?), maar in de customsdeclaration wordt ook een hele totalweight berekend op basis van producten. Waarom is dit dan op deze manier gedaan nog extra erbovenop?

@Mark-Ernst Mark-Ernst closed this Feb 3, 2022
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