Closed (cannot reproduce)
Project:
Commerce Shipping
Version:
8.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
31 Jan 2023 at 12:36 UTC
Updated:
10 Mar 2023 at 10:19 UTC
Jump to comment: Most recent
Comments
Comment #2
hiraethmarkbFollow up:
After doing a bit of digging with a colleague, we wonder if this might be composer issue in some way. The repository code has no duplicate, see: https://git.drupalcode.org/project/commerce_shipping/-/blob/8.x-2.5/comm...
Comment #3
jsacksick commentedYeah, it's not in the repo, this might be due to a pach applied to your project...
Comment #4
hiraethmarkbMy apologies, the problem is caused by a patch.
For reference if anyone experiences a similar issue, the patch in question is https://www.drupal.org/project/commerce_shipping/issues/3263586#comment-....
The best thing to do would be to update your composer.json:
"drupal/commerce_shipping": "^2.4",to read:
"drupal/commerce_shipping": "^2.5",Comment #5
jsacksick commented