You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Have an order without a shipping method (Not fully sure how to create such an order, but the order causing the issue on our side has the status 'cancelled' plus the field can be null in the database)
Expected result
No exception is thrown
Actual result
An exception is thrown and the GraphQL query is aborted
[2024-07-03T09:02:50.017338+00:00] report.ERROR: Deprecated Functionality: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /data/web/uat_magento_2/vendor/tig/postnl-magento2/Plugin/Shipment/ShippingBuilder.php on line 37
GraphQL (30:13)
29: customer {
30: orders(pageSize: $pageSize, currentPage: $currentPage) {
^
31: total_count
[] []
Workaround
Manually updating/patching the following line to cast $method to a string
@DuckThom@downforce80@rbouma
Thank you all for bringing this to our attention. We have released a new version of the plug-in which contains a fix for this bug.
To Reproduce
Steps to reproduce the behavior:
Expected result
No exception is thrown
Actual result
An exception is thrown and the GraphQL query is aborted
Workaround
Manually updating/patching the following line to cast
$method
to a stringpostnl-magento2/Plugin/Shipment/ShippingBuilder.php
Line 37 in 1e8f126
Screenshots
** Please complete the following information**
The text was updated successfully, but these errors were encountered: